Source: pygresql Version: 1:6.0.1-1 Severity: serious Please port pygresql to PostgreSQL 17. 17.0 will be released in 3 weeks, and 17rc1 is already in unstable. pygresql is the only package holding back the testing migration of postgresql-17.
67s ====================================================================== 67s FAIL: test_pqlib_version (tests.test_classic_functions.TestHasConnect.test_pqlib_version) 67s ---------------------------------------------------------------------- 67s Traceback (most recent call last): 67s File "/tmp/autopkgtest-lxc.yghnd19b/downtmp/autopkgtest_tmp/tests/test_classic_functions.py", line 128, in test_pqlib_version 67s self.assertLess(v, 170000) 67s AssertionError: 170000 not less than 170000 67s 67s ---------------------------------------------------------------------- 67s Ran 808 tests in 26.560s https://ci.debian.net/packages/p/pygresql/testing/s390x/51277442/ This artificial version check seems to be the only test that is failing, which is pretty silly when the package otherwise does work as proved by all the other tests. Perhaps just remove it? Christoph