We are psyched to announce the release of: freezer-tempest-plugin 3.4.0 This release is part of the gazpacho release series. The source is available from: https://opendev.org/openstack/freezer-tempest-plugin Download the package from: https://tarballs.openstack.org/freezer-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/freezer/+bugs For more details, please see below. Changes in freezer-tempest-plugin 3.3.0..3.4.0 ---------------------------------------------- 5b2b8ea Remove babel.cfg f1b80a9 Bump hacking 93e4b4b Remove FREEZER_BACKEND override 77f4f05 Migrate setup configuration to pyproject.toml 762a4d6 [train][goal] Define new 'freezer-tempest-ipv6-only' job Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 20 +++++++---- babel.cfg | 2 -- .../services/freezer_api_client.py | 2 +- pyproject.toml | 41 ++++++++++++++++++++++ setup.cfg | 29 --------------- test-requirements.txt | 6 +--- 8 files changed, 58 insertions(+), 48 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 7ef9f3d..9429bb3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=7.0.0,<7.1.0 # Apache-2.0