Your message dated Mon, 13 May 2024 15:07:24 +0300
with message-id <[email protected]>
and subject line Re: add patch
has caused the Debian Bug report #1061814,
regarding openmm fails its autopkg tests with Python 3.12
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1061814: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061814
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:openmm
Version: 8.0.0+dfsg-6
Severity: important
Tags: sid trixie ftbfs
User: [email protected]
Usertags: python3.12
With python3-defaults from experimental, the package fails its autopkg
tests:
[...]
570s autopkgtest [13:47:34]: test command1: cd wrappers/python/tests &&
pytest-3
570s autopkgtest [13:47:34]: test command1: [-----------------------
571s ============================= test session starts
==============================
571s platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
571s rootdir: /tmp/autopkgtest.AtYQKL/build.ZhQ/src/wrappers/python/tests
571s configfile: pytest.ini
571s collected 68 items / 24 errors
571s
571s ==================================== ERRORS
====================================
571s _______________________ ERROR collecting TestAPIUnits.py
_______________________
571s ImportError while importing test module
'/tmp/autopkgtest.AtYQKL/build.ZhQ/src/wrappers/python/tests/TestAPIUnits.py'.
571s Hint: make sure your test modules/packages have valid Python names.
571s Traceback:
571s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
571s return _bootstrap._gcd_import(name[level:], package, level)
571s TestAPIUnits.py:5: in <module>
571s from openmm.app import *
571s /usr/lib/python3/dist-packages/openmm/app/__init__.py:25: in <module>
571s from .gromacstopfile import GromacsTopFile
571s /usr/lib/python3/dist-packages/openmm/app/gromacstopfile.py:45: in
<module>
571s import distutils.spawn
571s E ModuleNotFoundError: No module named 'distutils'
571s ___________________ ERROR collecting TestAmberInpcrdFile.py
____________________
571s ImportError while importing test module
'/tmp/autopkgtest.AtYQKL/build.ZhQ/src/wrappers/python/tests/TestAmberInpcrdFile.py'.
571s Hint: make sure your test modules/packages have valid Python names.
571s Traceback:
571s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
571s return _bootstrap._gcd_import(name[level:], package, level)
571s TestAmberInpcrdFile.py:2: in <module>
571s from validateConstraints import *
571s validateConstraints.py:1: in <module>
571s from openmm.app import *
571s /usr/lib/python3/dist-packages/openmm/app/__init__.py:25: in <module>
571s from .gromacstopfile import GromacsTopFile
571s /usr/lib/python3/dist-packages/openmm/app/gromacstopfile.py:45: in
<module>
571s import distutils.spawn
571s E ModuleNotFoundError: No module named 'distutils'
--- End Message ---
--- Begin Message ---
Version: 8.1.0+dfsg-3
On Wed, 7 Feb 2024 06:29:07 +0100 Matthias Klose <[email protected]>
wrote:> this is fixed upstream, and in experimental.
however you also have to drop the dependency on python3-distutils.
This has been fixed in 8.1.0+dfsg-3 by packaging new upstream release
and dropping the dependency on python3-distutils.
Andrius
--- End Message ---