We high-spiritedly announce the release of: barbican_tempest_plugin 1.0.0: OpenStack barbican tempest tests. This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/barbican_tempest_plugin Download the package from: https://tarballs.openstack.org/barbican-tempest-plugin/ For more details, please see below. Changes in barbican_tempest_plugin 0.3.0..1.0.0 ----------------------------------------------- 1bf0dbb [ussuri][goal] Drop python 2.7 support and testing 48d10b8 Remove use of deprecated config options for volume API selection a6cec8a Update the constraints url 96d57e6 Switch to stestr f7a4e69 Update the old doc links Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 +- .stestr.conf | 3 +++ .testr.conf | 5 ----- CONTRIBUTING.rst | 4 ++-- HACKING.rst | 2 +- README.rst | 4 ++-- setup.cfg | 7 +++---- test-requirements.txt | 2 +- tox.ini | 10 ++++++---- 11 files changed, 25 insertions(+), 30 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index cbd9858..c2d595b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9 @@ oslotest>=3.2.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD +stestr>=2.0.0 # Apache-2.0