We are ecstatic to announce the release of: watcher-tempest-plugin 2.4.0: Tempest plugin watcher-tempest-plugin This release is part of the yoga release series. The source is available from: https://opendev.org/openstack/watcher-tempest-plugin Download the package from: https://tarballs.openstack.org/watcher-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/watcher/+bugs For more details, please see below. Changes in watcher-tempest-plugin 2.2.0..2.4.0 ---------------------------------------------- 869e107 Changed minversion in tox to 3.18.0 93ce2f3 Add temptest tests for victoria and wallaby f50fe60 Manage constraints with testenv install_command 163ce47 setup.cfg: Replace dashes with underscores 1346d3e Use py3 as the default runtime for tox f66397a Fix zuul builds with dependencies and pep8 rules Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + .stestr.conf | 3 ++ .zuul.yaml | 14 +++++++ setup.cfg | 8 ++-- test-requirements.txt | 10 ++--- tox.ini | 45 ++++++++++++---------- 8 files changed, 53 insertions(+), 34 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 32d0800..3c655da 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,6 +5,2 @@ -hacking<0.13,>=0.12.0 # 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 - +hacking>=3.2.,<3.3 # Apache-2.0 +stestr>=1.0.0 # Apache-2.0 @@ -23 +19 @@ reno>=3.1.0 # Apache-2.0 -bandit>=1.1.0 # Apache-2.0 +bandit>=1.6.0 # Apache-2.0