Package: src:python-aiosmtpd
Version: 1.4.6-6
Severity: serious
Tags: sid forky
User: [email protected]
Usertags: pkg-resources-deprecation
using the removed pkg_resources module in the autopkg tests:
[...]
88s ============================= test session starts
==============================
88s platform linux -- Python 3.14.7, pytest-9.1.1, pluggy-1.6.0
88s rootdir: /tmp/autopkgtest.9QDyML/autopkgtest_tmp/build
88s configfile: pyproject.toml
88s plugins: mock-3.15.1
88s collected 9 items / 1 error
88s
88s ==================================== ERRORS
====================================
88s _______________________ ERROR collecting aiosmtpd/tests
________________________
88s /usr/lib/python3.14/importlib/__init__.py:88: in import_module
88s return _bootstrap._gcd_import(name[level:], package, level)
88s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
88s <frozen importlib._bootstrap>:1406: in _gcd_import
88s ???
88s <frozen importlib._bootstrap>:1371: in _find_and_load
88s ???
88s <frozen importlib._bootstrap>:1342: in _find_and_load_unlocked
88s ???
88s <frozen importlib._bootstrap>:938: in _load_unlocked
88s ???
88s /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:188:
in exec_module
88s exec(co, module.__dict__)
88s aiosmtpd/tests/conftest.py:15: in <module>
88s from pkg_resources import resource_filename
88s E ModuleNotFoundError: No module named 'pkg_resources'
88s =========================== short test summary info
============================
88s ERROR aiosmtpd/tests - ModuleNotFoundError: No module named
'pkg_resources'
88s !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection
!!!!!!!!!!!!!!!!!!!!
88s =============================== 1 error in 0.17s
===============================