Package: src:python-moto
Version: 5.1.18-5
Severity: serious
Tags: sid forky
User: [email protected]
Usertags: pkg-resources-deprecation

using the removed pkg_resources module in the autopkg tests:

[...]

121s ==================================== ERRORS ==================================== 121s _____________ ERROR collecting tests/test_xray/test_xray_client.py _____________

121s ImportError while importing test module '/tmp/autopkgtest.ZkizfU/autopkgtest_tmp/build/tests/test_xray/test_xray_client.py'.

121s Hint: make sure your test modules/packages have valid Python names.
121s Traceback:
121s /usr/lib/python3.14/importlib/__init__.py:88: in import_module
121s     return _bootstrap._gcd_import(name[level:], package, level)
121s            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
121s tests/test_xray/test_xray_client.py:5: in <module>
121s     import aws_xray_sdk.core as xray_core
121s /usr/lib/python3/dist-packages/aws_xray_sdk/core/__init__.py:1: in <module>
121s     from .recorder import AWSXRayRecorder
121s /usr/lib/python3/dist-packages/aws_xray_sdk/core/recorder.py:14: in <module>
121s     from .sampling.default_sampler import DefaultSampler
121s /usr/lib/python3/dist-packages/aws_xray_sdk/core/sampling/default_sampler.py:5: in <module>
121s     from pkg_resources import resource_filename
121s E   ModuleNotFoundError: No module named 'pkg_resources'

Reply via email to