We are glad to announce the release of: python-adjutantclient 0.10.0: Adjutant API Client Library This release is part of the yoga release series. The source is available from: https://opendev.org/openstack/python-adjutantclient Download the package from: https://pypi.org/project/python-adjutantclient Please report issues through: https://storyboard.openstack.org/#!/project/openstack/python- adjutantclient For more details, please see below. Changes in python-adjutantclient 0.8.0..0.10.0 ---------------------------------------------- 20d234b Migrate from testr to stestr Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 - .stestr.conf | 3 +++ .testr.conf | 4 ---- test-requirements.txt | 2 +- tox.ini | 17 ++++++++++++----- 5 files changed, 16 insertions(+), 11 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 42c9cc1..fe3f111 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11 +11 @@ os-client-config>=1.13.1 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD +stestr>=2.0.0 # Apache-2.0