We are excited to announce the release of: zaqar-tempest-plugin 4.0.0 This release is part of the gazpacho release series. The source is available from: https://opendev.org/openstack/zaqar-tempest-plugin Download the package from: https://tarballs.openstack.org/zaqar-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/zaqar/+bugs For more details, please see below. Changes in zaqar-tempest-plugin 3.2.0..4.0.0 -------------------------------------------- 8173a4b Drop python 3.9 and support python 3.13 0f1acb0 Remove useless cover target 1f3368b Remove api v1.1 support in tempest plugin Diffstat (except docs and test files) ------------------------------------- .coveragerc | 6 - setup.cfg | 4 +- test-requirements.txt | 1 - tox.ini | 13 -- .../api_schema/response/v1_1/__init__.py | 0 .../api_schema/response/v1_1/queues.py | 253 --------------------- .../services/messaging/json/messaging_client.py | 137 ----------- 11 files changed, 2 insertions(+), 727 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 38fa988..1444b3d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3 +2,0 @@ hacking>=7.0.0,<7.1.0 # Apache-2.0 -coverage>=4.0,!=4.4 # Apache-2.0