Source: python-oslo.messaging Version: 14.9.1-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-oslo.messaging/testing/amd64/ 368s ====================================================================== 368s FAIL: oslo_messaging.tests.drivers.test_amqp_driver.TestAmqpNotification.test_notification 368s oslo_messaging.tests.drivers.test_amqp_driver.TestAmqpNotification.test_notification 368s ---------------------------------------------------------------------- 368s testtools.testresult.real._StringException: Traceback (most recent call last): 368s File "/tmp/autopkgtest-lxc.otazes81/downtmp/build.rkD/src/oslo_messaging/tests/drivers/test_amqp_driver.py", line 683, in test_notification 368s self.assertFalse(listener.is_alive()) 368s ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ 368s File "/usr/lib/python3.13/unittest/case.py", line 738, in assertFalse 368s raise self.failureException(msg) 368s AssertionError: True is not false 368s 368s 368s ====================================================================== 368s FAIL: oslo_messaging.tests.drivers.test_amqp_driver.TestAmqpSend.test_call_failed_reply 368s oslo_messaging.tests.drivers.test_amqp_driver.TestAmqpSend.test_call_failed_reply 368s ---------------------------------------------------------------------- 368s testtools.testresult.real._StringException: Traceback (most recent call last): 368s File "/tmp/autopkgtest-lxc.otazes81/downtmp/build.rkD/src/oslo_messaging/tests/drivers/test_amqp_driver.py", line 467, in test_call_failed_reply 368s self.assertFalse(listener.is_alive()) 368s ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ 368s File "/usr/lib/python3.13/unittest/case.py", line 738, in assertFalse 368s raise self.failureException(msg) 368s AssertionError: True is not false 368s 368s 368s ====================================================================== 368s FAIL: oslo_messaging.tests.notify.test_listener.TestNotifyListener.test_batch_size 368s oslo_messaging.tests.notify.test_listener.TestNotifyListener.test_batch_size 368s ---------------------------------------------------------------------- 368s testtools.testresult.real._StringException: Traceback (most recent call last): 368s File "/tmp/autopkgtest-lxc.otazes81/downtmp/build.rkD/src/oslo_messaging/tests/notify/test_listener.py", line 225, in test_batch_size 368s self.assertFalse(listener_thread.stop()) 368s ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ 368s File "/usr/lib/python3.13/unittest/case.py", line 738, in assertFalse 368s raise self.failureException(msg) 368s AssertionError: True is not false