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