Source: python-picologging Version: 0.9.4-1 Severity: serious User: debian-pyt...@lists.debian.org Usertags: python3.13
Hi Maintainer The autopkgtests of this package fail with Python 3.13 [1]. I've copied what I hope is the relevant part of the log below. Regards Graham [1] https://ci.debian.net/packages/p/python-picologging/testing/amd64/ 52s ==================================== ERRORS ==================================== 52s ____________ ERROR collecting tests/integration/test_coloredlogs.py ____________ 52s ImportError while importing test module '/tmp/autopkgtest-lxc.1blgkj94/downtmp/autopkgtest_tmp/tests/integration/test_coloredlogs.py'. 52s Hint: make sure your test modules/packages have valid Python names. 52s Traceback: 52s /usr/lib/python3.13/importlib/__init__.py:88: in import_module 52s return _bootstrap._gcd_import(name[level:], package, level) 52s tests/integration/test_coloredlogs.py:12: in <module> 52s import picologging as logging 52s /usr/lib/python3/dist-packages/picologging/__init__.py:7: in <module> 52s from ._picologging import Handler # NOQA 52s E ModuleNotFoundError: No module named 'picologging._picologging' 52s _____________ ERROR collecting tests/unit/test_bufferinghandler.py _____________