Package: src:xphyle
Version: 4.4.4-7
Severity: serious
Tags: sid forky
User: [email protected]
Usertags: pkg-resources-deprecation
using the removed pkg_resources module in the autopkg tests:
[...]
79s autopkgtest [03:50:44]: test pybuild-autopkgtest:
[-----------------------
79s pybuild-autopkgtest
79s I: pybuild base:385: cd
/tmp/autopkgtest.v7vJQA/autopkgtest_tmp/build; python3.14 -m pytest -m
"not perf" -vv
80s ============================= test session starts
==============================
80s platform linux -- Python 3.14.7, pytest-9.1.1, pluggy-1.6.0 --
/usr/bin/python3.14
80s cachedir: .pytest_cache
80s rootdir: /tmp/autopkgtest.v7vJQA/autopkgtest_tmp/build
81s collecting ... collected 0 items / 8 errors
81s
81s ==================================== ERRORS
====================================
81s ____________________ ERROR collecting tests/test_formats.py
____________________
81s ImportError while importing test module
'/tmp/autopkgtest.v7vJQA/autopkgtest_tmp/build/tests/test_formats.py'.
81s Hint: make sure your test modules/packages have valid Python names.
81s Traceback:
81s /usr/lib/python3/dist-packages/_pytest/python.py:508: in
importtestmodule
81s mod = import_path(
81s /usr/lib/python3/dist-packages/_pytest/pathlib.py:596: in import_path
81s importlib.import_module(module_name)
81s /usr/lib/python3.14/importlib/__init__.py:88: in import_module
81s return _bootstrap._gcd_import(name[level:], package, level)
81s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
81s <frozen importlib._bootstrap>:1406: in _gcd_import
81s ???
81s <frozen importlib._bootstrap>:1371: in _find_and_load
81s ???
81s <frozen importlib._bootstrap>:1342: in _find_and_load_unlocked
81s ???
81s <frozen importlib._bootstrap>:938: in _load_unlocked
81s ???
81s /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:188:
in exec_module
81s exec(co, module.__dict__)
81s tests/test_formats.py:5: in <module>
81s from xphyle.formats import *
81s /usr/lib/python3/dist-packages/xphyle/__init__.py:34: in <module>
81s import pkg_resources
81s E ModuleNotFoundError: No module named 'pkg_resources'