Source: postgresfixture Version: 0.4.3-3 Severity: normal User: debian-pyt...@lists.debian.org Usertags: python3.13
This package failed build from source when test-built against a version of python3-defaults that includes 3.13 as a supported version. To reproduce this issue, build against python3-defaults (python3-all-dev etc.) from Debian experimental. What's new in Python 3.13: https://docs.python.org/3.13/whatsnew/3.13.html pipes was removed. Log snippet: I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_postgresfixture/build; python3.13 -m unittest discover -v postgresfixture (unittest.loader._FailedTest.postgresfixture) ... ERROR ====================================================================== ERROR: postgresfixture (unittest.loader._FailedTest.postgresfixture) ---------------------------------------------------------------------- ImportError: Failed to import test module: postgresfixture Traceback (most recent call last): File "/usr/lib/python3.13/unittest/loader.py", line 429, in _find_test_path package = self._get_module_from_name(name) File "/usr/lib/python3.13/unittest/loader.py", line 339, in _get_module_from_name __import__(name) ~~~~~~~~~~^^^^^^ File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_postgresfixture/build/postgresfixture/__init__.py", line 17, in <module> from postgresfixture.clusterfixture import ClusterFixture File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_postgresfixture/build/postgresfixture/clusterfixture.py", line 32, in <module> from postgresfixture.cluster import ( ...<2 lines>... ) File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_postgresfixture/build/postgresfixture/cluster.py", line 27, in <module> import pipes ModuleNotFoundError: No module named 'pipes' ---------------------------------------------------------------------- Ran 1 test in 0.000s FAILED (errors=1) E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_postgresfixture/build; python3.13 -m unittest discover -v If required, the full build log is available here (for the next 30 days): https://debusine.debian.net/artifact/777368/ This bug has been filed at "normal" severity, as we haven't started the transition to add 3.13 as a supported version, yet. This will be raised to RC as soon as that happens, hopefully well before trixie. Thanks, Stefano