Package: src:python-pdbfixer
Version: 1.9-3
Severity: important
Tags: sid trixie ftbfs
User: debian-pyt...@lists.debian.org
Usertags: python3.12
With python3-defaults from experimental, the package fails its autopkg
tests:
[...]
622s autopkgtest [14:01:14]: test command1: pytest-3
pdbfixer/tests/test_removechains.py
622s autopkgtest [14:01:14]: test command1: [-----------------------
623s ============================= test session starts
==============================
623s platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
623s rootdir: /tmp/autopkgtest.hZ8JFY/build.g8X/src
623s collected 0 items / 1 error
623s
623s ==================================== ERRORS
====================================
623s _____________ ERROR collecting pdbfixer/tests/test_removechains.py
_____________
623s ImportError while importing test module
'/tmp/autopkgtest.hZ8JFY/build.g8X/src/pdbfixer/tests/test_removechains.py'.
623s Hint: make sure your test modules/packages have valid Python names.
623s Traceback:
623s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
623s return _bootstrap._gcd_import(name[level:], package, level)
623s pdbfixer/__init__.py:2: in <module>
623s from .pdbfixer import PDBFixer
623s pdbfixer/pdbfixer.py:36: in <module>
623s import openmm.app as app
623s /usr/lib/python3/dist-packages/openmm/app/__init__.py:25: in <module>
623s from .gromacstopfile import GromacsTopFile
623s /usr/lib/python3/dist-packages/openmm/app/gromacstopfile.py:45: in
<module>
623s import distutils.spawn
623s E ModuleNotFoundError: No module named 'distutils'
623s =========================== short test summary info
============================
623s ERROR pdbfixer/tests/test_removechains.py
623s !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection
!!!!!!!!!!!!!!!!!!!!
623s =============================== 1 error in 0.30s
===============================
623s autopkgtest [14:01:15]: test command1: -----------------------]