Package: src:mwclient
Version: 0.11.0-2
Severity: serious
Tags: sid forky
User: [email protected]
Usertags: pkg-resources-deprecation
using the removed pkg_resources module in the autopkg tests:
[...]
58s autopkgtest [01:08:39]: test upstream: [-----------------------
58s [*] testing python3.14:
59s ============================= test session starts
==============================
59s platform linux -- Python 3.14.7, pytest-9.1.1, pluggy-1.6.0
59s rootdir: /tmp/autopkgtest.hzXRxi/build.ukc/src
59s configfile: pyproject.toml
59s plugins: cov-7.1.0
59s collected 32 items / 1 error
59s
59s ==================================== ERRORS
====================================
59s _____________________ ERROR collecting test/test_client.py
_____________________
59s ImportError while importing test module
'/tmp/autopkgtest.hzXRxi/build.ukc/src/test/test_client.py'.
59s Hint: make sure your test modules/packages have valid Python names.
59s Traceback:
59s /usr/lib/python3.14/importlib/__init__.py:88: in import_module
59s return _bootstrap._gcd_import(name[level:], package, level)
59s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
59s test/test_client.py:8: in <module>
59s import pkg_resources # part of setuptools
59s ^^^^^^^^^^^^^^^^^^^^
59s E ModuleNotFoundError: No module named 'pkg_resources'
59s =========================== short test summary info
============================
59s ERROR test/test_client.py
59s !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection
!!!!!!!!!!!!!!!!!!!!
59s =============================== 1 error in 0.78s
===============================