Package: src:paste
Version: 3.10.1-3
Severity: serious
Tags: sid forky
User: [email protected]
Usertags: pkg-resources-deprecation
using the removed pkg_resources module in the autopkg tests:
[...]
63s ____________________ ERROR collecting tests/test_wsgilib.py
____________________
63s ImportError while importing test module
'/tmp/autopkgtest.J62bRp/autopkgtest_tmp/tests/test_wsgilib.py'.
63s Hint: make sure your test modules/packages have valid Python names.
63s Traceback:
63s /usr/lib/python3.14/importlib/__init__.py:88: in import_module
63s return _bootstrap._gcd_import(name[level:], package, level)
63s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
63s tests/__init__.py:7: in <module>
63s import pkg_resources
63s E ModuleNotFoundError: No module named 'pkg_resources'
63s _________________ ERROR collecting tests/test_wsgiwrappers.py
__________________
63s ImportError while importing test module
'/tmp/autopkgtest.J62bRp/autopkgtest_tmp/tests/test_wsgiwrappers.py'.
63s Hint: make sure your test modules/packages have valid Python names.
63s Traceback:
63s /usr/lib/python3.14/importlib/__init__.py:88: in import_module
63s return _bootstrap._gcd_import(name[level:], package, level)
63s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
63s tests/__init__.py:7: in <module>
63s import pkg_resources
63s E ModuleNotFoundError: No module named 'pkg_resources'
63s =========================== short test summary info
============================
63s ERROR tests/test_auth/test_auth_cookie.py
63s ERROR tests/test_auth/test_auth_digest.py
63s ERROR tests/test_auth/test_auth_tkt.py
63s ERROR tests/test_cgiapp.py
63s ERROR tests/test_cgitb_catcher.py
63s ERROR tests/test_config.py
63s ERROR tests/test_doctests.py
63s ERROR tests/test_errordocument.py
63s ERROR tests/test_exceptions/test_error_middleware.py
63s ERROR tests/test_exceptions/test_formatter.py
63s ERROR tests/test_exceptions/test_httpexceptions.py
63s ERROR tests/test_exceptions/test_reporter.py
63s ERROR tests/test_fileapp.py
63s ERROR tests/test_fixture.py
63s ERROR tests/test_grantip.py
63s ERROR tests/test_gzipper.py
63s ERROR tests/test_httpheaders.py
63s ERROR tests/test_httpserver.py
63s ERROR tests/test_import_string.py
63s ERROR tests/test_multidict.py
63s ERROR tests/test_profilemiddleware.py
63s ERROR tests/test_proxy.py
63s ERROR tests/test_recursive.py
63s ERROR tests/test_registry.py
63s ERROR tests/test_request.py
63s ERROR tests/test_request_form.py
63s ERROR tests/test_response.py
63s ERROR tests/test_session.py
63s ERROR tests/test_urlmap.py
63s ERROR tests/test_urlparser.py
63s ERROR tests/test_util/test_cgitb_hook.py
63s ERROR tests/test_util/test_datetimeutil.py
63s ERROR tests/test_util/test_field_storage.py
63s ERROR tests/test_util/test_mimeparse.py
63s ERROR tests/test_util/test_quoting.py
63s ERROR tests/test_wsgilib.py
63s ERROR tests/test_wsgiwrappers.py
63s !!!!!!!!!!!!!!!!!!! Interrupted: 37 errors during collection
!!!!!!!!!!!!!!!!!!!
63s ============================== 37 errors in 0.27s
==============================
63s autopkgtest [04:17:54]: test upstream-tests: -----------------------]