Source: bdebstrap Version: 0.6.1-1 Severity: serious User: debian-pyt...@lists.debian.org Usertags: python3.12
Hi Maintainer bdebstrap's autopkgtests fail with Python 3.12 [1]. I've copied what I hope is the relevant part of the log below. Regards Graham [1] https://ci.debian.net/packages/b/bdebstrap/testing/amd64/ 44s test_flake8 (tests.test_shellcheck.ShellcheckTestCase.test_flake8) 44s Test: Run shellcheck on Shell source code. ... Running following command: 44s shellcheck /tmp/autopkgtest-lxc.6cs_qjml/downtmp/build.xiy/src/hooks/disable-units /tmp/autopkgtest-lxc.6cs_qjml/downtmp/build.xiy/src/hooks/enable-units 44s ok 44s 44s ====================================================================== 44s FAIL: test_pylint (tests.test_pylint.PylintTestCase.test_pylint) 44s Test: Run pylint on Python source code. 44s ---------------------------------------------------------------------- 44s Traceback (most recent call last): 44s File "/tmp/autopkgtest-lxc.6cs_qjml/downtmp/autopkgtest_tmp/tests/test_pylint.py", line 74, in test_pylint 44s self.fail("\n".join(msgs)) 44s AssertionError: pylint found issues: 44s ************* Module setup 44s /tmp/autopkgtest-lxc.6cs_qjml/downtmp/build.xiy/src/setup.py:60:4: C0116: Missing function or method docstring (missing-function-docstring) 44s 44s ---------------------------------------------------------------------- 44s Ran 61 tests in 7.563s 44s 44s FAILED (failures=1)