Package: src:python-buienradar
Version: 1.0.6-2
Severity: serious
Tags: sid forky
User: [email protected]
Usertags: pkg-resources-deprecation
using the removed pkg_resources module in the autopkg tests:
[...]
74s autopkgtest [02:15:06]: test pybuild-autopkgtest:
[-----------------------
75s make: pyversions: No such file or directory
75s py3versions: no X-Python3-Version in control file, using supported
versions
75s pybuild-autopkgtest
75s I: pybuild base:385: cd
/tmp/autopkgtest.bfJ4jr/autopkgtest_tmp/build; python3.14 -m pytest -v
tests -k 'not test_rain_data and not test_json_data and not
test_rain_data and not test_xml_data'
75s ============================= test session starts
==============================
75s platform linux -- Python 3.14.7, pytest-9.1.1, pluggy-1.6.0 --
/usr/bin/python3.14
75s cachedir: .pytest_cache
75s rootdir: /tmp/autopkgtest.bfJ4jr/autopkgtest_tmp/build
76s collecting ... collected 56 items / 1 error / 4 deselected / 52
selected
76s
76s ==================================== ERRORS
====================================
76s ______________________ ERROR collecting tests/test_cli.py
______________________
76s ImportError while importing test module
'/tmp/autopkgtest.bfJ4jr/autopkgtest_tmp/build/tests/test_cli.py'.
76s Hint: make sure your test modules/packages have valid Python names.
76s Traceback:
76s /usr/lib/python3.14/importlib/__init__.py:88: in import_module
76s return _bootstrap._gcd_import(name[level:], package, level)
76s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
76s tests/test_cli.py:2: in <module>
76s from buienradar.__main__ import main
76s /usr/lib/python3/dist-packages/buienradar/__main__.py:23: in <module>
76s import pkg_resources
76s E ModuleNotFoundError: No module named 'pkg_resources'
76s =========================== short test summary info
============================
76s ERROR tests/test_cli.py
76s !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection
!!!!!!!!!!!!!!!!!!!!
76s ======================== 4 deselected, 1 error in 0.36s
========================