Package: src:python-py
Version: 1.11.0-1
Severity: important
Tags: sid trixie
User: debian-pyt...@lists.debian.org
Usertags: python3.12
[...]
198s autopkgtest [19:27:37]: test unittests: [-----------------------
198s === python3.12 ===
199s ============================= test session starts
==============================
199s platform linux -- Python 3.12.0+, pytest-7.4.3, pluggy-1.3.0
199s rootdir: /tmp/autopkgtest.Nu1JxY/autopkgtest_tmp
199s collected 856 items / 1 error / 73 deselected / 783 selected
199s
199s ==================================== ERRORS
====================================
199s _________________ ERROR collecting testing/log/test_warning.py
_________________
199s ImportError while importing test module
'/tmp/autopkgtest.Nu1JxY/autopkgtest_tmp/testing/log/test_warning.py'.
199s Hint: make sure your test modules/packages have valid Python names.
199s Traceback:
199s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
199s return _bootstrap._gcd_import(name[level:], package, level)
199s testing/log/test_warning.py:2: in <module>
199s from distutils.version import LooseVersion
199s E ModuleNotFoundError: No module named 'distutils'