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:
[...]
85s autopkgtest [04:19:57]: test pybuild-autopkgtest:
[-----------------------
85s pybuild-autopkgtest
86s I: pybuild base:385: cd
/tmp/autopkgtest.gvRAjX/autopkgtest_tmp/build; python3.14 -m pytest -k
"not (unknown_args_ or factory_none or noexc_smtpd_missing)"
86s ============================= test session starts
==============================
86s platform linux -- Python 3.14.7, pytest-9.1.1, pluggy-1.6.0
86s rootdir: /tmp/autopkgtest.gvRAjX/autopkgtest_tmp/build
86s configfile: pyproject.toml
86s plugins: mock-3.15.1
86s collected 9 items / 1 error
86s
86s ==================================== ERRORS
====================================
86s _______________________ ERROR collecting aiosmtpd/tests
________________________
86s /usr/lib/python3.14/importlib/__init__.py:88: in import_module
86s return _bootstrap._gcd_import(name[level:], package, level)
86s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
86s <frozen importlib._bootstrap>:1406: in _gcd_import
86s ???
86s <frozen importlib._bootstrap>:1371: in _find_and_load
86s ???
86s <frozen importlib._bootstrap>:1342: in _find_and_load_unlocked
86s ???
86s <frozen importlib._bootstrap>:938: in _load_unlocked
86s ???
86s /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:188:
in exec_module
86s exec(co, module.__dict__)
86s aiosmtpd/tests/conftest.py:15: in <module>
86s from pkg_resources import resource_filename
86s E ModuleNotFoundError: No module named 'pkg_resources'
86s =========================== short test summary info
============================
86s ERROR aiosmtpd/tests - ModuleNotFoundError: No module named
'pkg_resources'
86s !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection
!!!!!!!!!!!!!!!!!!!!
86s =============================== 1 error in 0.21s
===============================