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:
[...]
78s autopkgtest [10:02:03]: test pybuild-autopkgtest:
[-----------------------
78s make: pyversions: No such file or directory
78s py3versions: no X-Python3-Version in control file, using supported
versions
78s pybuild-autopkgtest
79s I: pybuild base:385: cd
/tmp/autopkgtest.AYMrcl/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'
79s ============================= test session starts
==============================
79s platform linux -- Python 3.14.7, pytest-9.1.1, pluggy-1.6.0 --
/usr/bin/python3.14
79s cachedir: .pytest_cache
79s rootdir: /tmp/autopkgtest.AYMrcl/autopkgtest_tmp/build
79s collecting ... collected 56 items / 1 error / 4 deselected / 52
selected
79s
79s ==================================== ERRORS
====================================
79s ______________________ ERROR collecting tests/test_cli.py
______________________
79s ImportError while importing test module
'/tmp/autopkgtest.AYMrcl/autopkgtest_tmp/build/tests/test_cli.py'.
79s Hint: make sure your test modules/packages have valid Python names.
79s Traceback:
79s /usr/lib/python3.14/importlib/__init__.py:88: in import_module
79s return _bootstrap._gcd_import(name[level:], package, level)
79s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
79s tests/test_cli.py:2: in <module>
79s from buienradar.__main__ import main
79s /usr/lib/python3/dist-packages/buienradar/__main__.py:23: in <module>
79s import pkg_resources
79s E ModuleNotFoundError: No module named 'pkg_resources'
79s =========================== short test summary info
============================
79s ERROR tests/test_cli.py
79s !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection
!!!!!!!!!!!!!!!!!!!!