python-vitrageclient 4.4.0 (xena)
We are satisfied to announce the release of: python-vitrageclient 4.4.0: Vitrage Client API Library This release is part of the xena release series. The source is available from: https://opendev.org/openstack/python-vitrageclient Download the package from: https://pypi.org/project/python-vitrageclient Please report issues through: https://bugs.launchpad.net/python-vitrageclient/+bugs For more details, please see below. Changes in python-vitrageclient 4.3.0..4.4.0 -------------------------------------------- bc829d3 setup.cfg: Replace dashes with underscores 096b484 Follow-up patch for fixing coverage issue 77bcc1b Use py3 as the default runtime for tox 63610f0 Migrate from testr to stestr e70ec02 Add Python3 xena unit tests 3611f26 Update master for stable/wallaby Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 +- .stestr.conf | 3 +++ .testr.conf | 7 ------- .zuul.yaml | 3 ++- lower-constraints.txt | 1 + releasenotes/source/index.rst | 1 + releasenotes/source/wallaby.rst | 6 ++++++ setup.cfg | 8 ++++---- test-requirements.txt | 2 +- tox.ini | 19 +++++++++++++++---- 10 files changed, 34 insertions(+), 18 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index d071f6d..04bbf93 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9 @@ oslotest>=3.3.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD +stestr>=2.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org