We are satisfied to announce the release of: oslotest 3.6.0: Oslo test framework This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/oslotest Download the package from: https://pypi.org/project/oslotest Please report issues through launchpad: https://bugs.launchpad.net/oslotest For more details, please see below. Changes in oslotest 3.5.0..3.6.0 -------------------------------- 897823f Switch to using stestr 258f894 fix tox python3 overrides Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + .stestr.conf | 3 +++ .testr.conf | 7 ------- lower-constraints.txt | 1 + requirements.txt | 2 +- test-requirements.txt | 2 +- tox.ini | 16 +++++++++++++--- 7 files changed, 20 insertions(+), 12 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9f3c706..bf900b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ six>=1.10.0 # MIT -testrepository>=0.0.18 # Apache-2.0/BSD +stestr>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 99750d2..57e559e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16 +16 @@ oslo.config>=5.2.0 # Apache-2.0 - +stestr==2.0.0