Package: src:python-djangosaml2
Version: 1.12.0-1
Severity: serious
Tags: sid forky
User: [email protected]
Usertags: pkg-resources-deprecation

using the removed pkg_resources module in the autopkg tests:

[...]
92s ============================= test session starts ==============================
 92s platform linux -- Python 3.14.7, pytest-9.1.1, pluggy-1.6.0
 92s django: version: 5.2.17, settings: tests.settings (from option)
 92s rootdir: /tmp/autopkgtest.rXaQhq/autopkgtest_tmp/build
 92s configfile: tox.ini
 92s plugins: django-4.12.0
 92s collected 0 items / 4 errors
 92s
92s ==================================== ERRORS ==================================== 92s _________________________ ERROR collecting __init__.py _________________________ 92s ImportError while importing test module '/usr/lib/python3/dist-packages/djangosaml2/tests/__init__.py'.
 92s Hint: make sure your test modules/packages have valid Python names.
 92s Traceback:
 92s /usr/lib/python3.14/importlib/__init__.py:88: in import_module
 92s     return _bootstrap._gcd_import(name[level:], package, level)
 92s            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
92s /usr/lib/python3/dist-packages/djangosaml2/tests/__init__.py:21: in <module>
 92s     from pkg_resources import parse_version
 92s E   ModuleNotFoundError: No module named 'pkg_resources'
92s ______________________ ERROR collecting auth_response.py _______________________ 92s ImportError while importing test module '/usr/lib/python3/dist-packages/djangosaml2/tests/auth_response.py'.
 92s Hint: make sure your test modules/packages have valid Python names.
 92s Traceback:
 92s /usr/lib/python3.14/importlib/__init__.py:88: in import_module
 92s     return _bootstrap._gcd_import(name[level:], package, level)
 92s            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
92s /usr/lib/python3/dist-packages/djangosaml2/tests/__init__.py:21: in <module>
 92s     from pkg_resources import parse_version
 92s E   ModuleNotFoundError: No module named 'pkg_resources'
92s ___________________________ ERROR collecting conf.py ___________________________ 92s ImportError while importing test module '/usr/lib/python3/dist-packages/djangosaml2/tests/conf.py'.
 92s Hint: make sure your test modules/packages have valid Python names.
 92s Traceback:
 92s /usr/lib/python3.14/importlib/__init__.py:88: in import_module
 92s     return _bootstrap._gcd_import(name[level:], package, level)
 92s            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
92s /usr/lib/python3/dist-packages/djangosaml2/tests/__init__.py:21: in <module>
 92s     from pkg_resources import parse_version
 92s E   ModuleNotFoundError: No module named 'pkg_resources'
92s __________________________ ERROR collecting utils.py ___________________________ 92s ImportError while importing test module '/usr/lib/python3/dist-packages/djangosaml2/tests/utils.py'.
 92s Hint: make sure your test modules/packages have valid Python names.
 92s Traceback:
 92s /usr/lib/python3.14/importlib/__init__.py:88: in import_module
 92s     return _bootstrap._gcd_import(name[level:], package, level)
 92s            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
92s /usr/lib/python3/dist-packages/djangosaml2/tests/__init__.py:21: in <module>
 92s     from pkg_resources import parse_version
 92s E   ModuleNotFoundError: No module named 'pkg_resources'
92s =========================== short test summary info ============================
 92s ERROR __init__.py
 92s ERROR auth_response.py
 92s ERROR conf.py
 92s ERROR utils.py
92s !!!!!!!!!!!!!!!!!!! Interrupted: 4 errors during collection !!!!!!!!!!!!!!!!!!!! 92s ============================== 4 errors in 0.64s ===============================

Reply via email to