Package: src:python-hacking
Version: 7.0.0-3
Severity: serious
Tags: sid forky
User: [email protected]
Usertags: pkg-resources-deprecation
using the removed pkg_resources module in the autopkg tests:
[...]
87s ===> Testing with python (python3)
88s
88s =========================
88s Failures during discovery
88s =========================
88s --- import errors ---
88s Failed to import test module: hacking.tests.test_doctest
88s Traceback (most recent call last):
88s File "/usr/lib/python3.14/unittest/loader.py", line 433, in
_find_test_path
88s module = self._get_module_from_name(name)
88s File "/usr/lib/python3.14/unittest/loader.py", line 374, in
_get_module_from_name
88s __import__(name)
88s ~~~~~~~~~~^^^^^^
88s File
"/tmp/autopkgtest.yVXUYk/build.QfV/src/hacking/tests/test_doctest.py",
line 22, in <module>
88s import pkg_resources
88s ModuleNotFoundError: No module named 'pkg_resources'
88s
88s
================================================================================
88s The above traceback was encountered during test discovery which
imports all the found test modules in the specified test_path.
88s
88s ----------------------------------------------------------------------
88s Ran 0 tests in 0.303s
88s