[Debian-med-packaging] Bug#1061852: toil fails its autopkg tests with Python 3.12
Matthias Klose
doko at debian.org
Mon Jan 29 21:13:13 GMT 2024
Package: src:toil
Version: 6.0.0-1
Severity: important
Tags: sid trixie ftbfs
User: debian-python at lists.debian.org
Usertags: python3.12
With python3-defaults from experimental, the package fails its autopkg
tests:
[...]
886s =================================== FAILURES
===================================
886s _______________________ DebugJobTest.test_print_job_info
_______________________
886s [gw1] linux -- Python 3.12.1 /usr/bin/python3
886s Traceback (most recent call last):
886s File "/usr/lib/python3.12/unittest/case.py", line 58, in
testPartExecutor
886s yield
886s File "/usr/lib/python3.12/unittest/case.py", line 636, in run
886s self._callTestMethod(testMethod)
886s File "/usr/lib/python3.12/unittest/case.py", line 589, in
_callTestMethod
886s if method() is not None:
886s ^^^^^^^^
886s File
"/usr/lib/python3/dist-packages/toil/test/utils/toilDebugTest.py", line
187, in test_print_job_info
886s job_store, job_id = self._get_job_store_and_job_id()
886s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
886s File
"/usr/lib/python3/dist-packages/toil/test/utils/toilDebugTest.py", line
140, in _get_job_store_and_job_id
886s subprocess.check_call([
886s File "/usr/lib/python3.12/subprocess.py", line 408, in check_call
886s retcode = call(*popenargs, **kwargs)
886s ^^^^^^^^^^^^^^^^^^^^^^^^^^
886s File "/usr/lib/python3.12/subprocess.py", line 389, in call
886s with Popen(*popenargs, **kwargs) as p:
886s ^^^^^^^^^^^^^^^^^^^^^^^^^^^
886s File "/usr/lib/python3.12/subprocess.py", line 1026, in __init__
886s self._execute_child(args, executable, preexec_fn, close_fds,
886s File "/usr/lib/python3.12/subprocess.py", line 1950, in
_execute_child
886s raise child_exception_type(errno_num, err_msg, err_filename)
886s FileNotFoundError: [Errno 2] No such file or directory: 'python3.11'
886s ---------------------------- Captured stdout setup
-----------------------------
886s
More information about the Debian-med-packaging
mailing list