Source: pastescript Version: 3.6.0-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/pastescript/testing/amd64/ 40s =================================== FAILURES =================================== 40s ____________________________________ test4 _____________________________________ 40s 40s def test4(): 40s for i in range(5): 40s conf = globals()['config%d' % i] 40s sys.stdout.write('config%d: ' % i) 40s loggerDict = logging.getLogger().manager.loggerDict 40s > logging._acquireLock() 40s E AttributeError: module 'logging' has no attribute '_acquireLock' 40s 40s tests/test_logging_config.py:123: AttributeError 40s ____________________________________ test5 _____________________________________ 40s 40s def test5(): 40s loggerDict = logging.getLogger().manager.loggerDict 40s > logging._acquireLock() 40s E AttributeError: module 'logging' has no attribute '_acquireLock' 40s 40s tests/test_logging_config.py:199: AttributeError