We are chuffed to announce the release of: os-collect-config 9.2.0: Collect and cache metadata, run hooks on changes. This release is part of the rocky stable release series. Download the package from: https://tarballs.openstack.org/os-collect-config/ For more details, please see below. Changes in os-collect-config 9.1.0..9.2.0 ----------------------------------------- e1d3430 Switch to stestr Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 +-- .stestr.conf | 4 ++++ .testr.conf | 4 ---- test-requirements.txt | 2 +- tox.ini | 9 +++++++-- 5 files changed, 13 insertions(+), 9 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index b5cbcf5..e948423 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11 +11 @@ sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD -testrepository>=0.0.18 # Apache-2.0/BSD +stestr>=2.0.0 # Apache-2.0