We contentedly announce the release of: blazar-tempest-plugin 0.16.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/blazar-tempest-plugin Download the package from: https://tarballs.openstack.org/blazar-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/blazar/+bugs For more details, please see below. Changes in blazar-tempest-plugin 0.15.0..0.16.0 ----------------------------------------------- 500bce5 Disable flavor_instance_plugin testing by default 2bdd95e Remove pyflakes dependency fd663b3 Update gate jobs as per the 2025.1 cycle testing runtime 6350fdf Remove stable/2023.1 job from master gate Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 27 ++++++++++++---------- blazar_tempest_plugin/config.py | 2 +- test-requirements.txt | 10 +------- 4 files changed, 23 insertions(+), 28 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index a043fc9..9429bb3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,9 +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>=1.1.0,<3.0.1 # Apache-2.0 -# remove this pyflakes from here once you bump the -# hacking to 3.2.0 or above. hacking 3.2.0 takes -# care of pyflakes version compatibilty. -pyflakes>=2.1.1 # MIT +hacking>=7.0.0,<7.1.0 # Apache-2.0