Package: src:python-zake
Version: 0.2.2-9
Severity: serious
Tags: sid forky
User: [email protected]
Usertags: pkg-resources-deprecation
using the removed pkg_resources module in the autopkg tests:
[...]
74s autopkgtest [04:11:30]: test unittests: [-----------------------
74s + py3versions -vs
74s + PYTHON3S=3.14
74s + PYTHON=python3.14 python3.14 -m pytest -v -k not
test_child_watch_no_create
74s ============================= test session starts
==============================
74s platform linux -- Python 3.14.7, pytest-9.1.1, pluggy-1.6.0 --
/usr/bin/python3.14
74s cachedir: .pytest_cache
74s rootdir: /tmp/autopkgtest.XjPkLp/build.9Ny/src
75s collecting ... collected 0 items / 1 error
75s
75s ==================================== ERRORS
====================================
75s __________________ ERROR collecting zake/tests/test_client.py
__________________
75s ImportError while importing test module
'/tmp/autopkgtest.XjPkLp/build.9Ny/src/zake/tests/test_client.py'.
75s Hint: make sure your test modules/packages have valid Python names.
75s Traceback:
75s /usr/lib/python3.14/importlib/__init__.py:88: in import_module
75s return _bootstrap._gcd_import(name[level:], package, level)
75s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
75s zake/tests/test_client.py:29: in <module>
75s from zake import fake_client
75s zake/fake_client.py:50: in <module>
75s from zake import version
75s zake/version.py:19: in <module>
75s import pkg_resources
75s E ModuleNotFoundError: No module named 'pkg_resources'
75s =========================== short test summary info
============================
75s ERROR zake/tests/test_client.py