Package: python-oslo.messaging / 12.5.2-1

Metadata

Package Version Patches format
python-oslo.messaging 12.5.2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
no functional test.patch | (download)

oslo_messaging/tests/functional/test_rabbitmq.py | 136 0 + 136 - 0 !
1 file changed, 136 deletions(-)

 disable some functional tests
 We don't really care about zmq for the moment.
python3.9 fix isAlive is_alive.patch | (download)

oslo_messaging/tests/drivers/test_amqp_driver.py | 56 28 + 28 - 0 !
oslo_messaging/tests/functional/utils.py | 4 2 + 2 - 0 !
oslo_messaging/tests/notify/test_listener.py | 2 1 + 1 - 0 !
3 files changed, 31 insertions(+), 31 deletions(-)

 the method isalive is removed
 and replaced by is_alive (it was deprecated even in Python 3.6).