We are excited to announce the release of: python-ironic-inspector-client 4.7.0: Python client for Ironic Inspector This release is part of the yoga release series. The source is available from: https://opendev.org/openstack/python-ironic-inspector-client Download the package from: https://pypi.org/project/python-ironic-inspector-client Please report issues through: https://storyboard.openstack.org/#!/project/openstack/python- ironic-inspector-client For more details, please see below. Changes in python-ironic-inspector-client 4.6.0..4.7.0 ------------------------------------------------------ 03ebe88 Improve testing 59362c9 Add Python3 yoga unit tests 92a2801 Update master for stable/xena ee6775c Replace deprecated assertDictContainsSubset 24291c8 Update min version of tox to use allowlist Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + .stestr.conf | 3 ++ README.rst | 3 ++ releasenotes/source/index.rst | 1 + releasenotes/source/xena.rst | 6 ++++ test-requirements.txt | 1 + tox.ini | 42 ++++++++++++++-------- zuul.d/project.yaml | 2 +- 17 files changed, 65 insertions(+), 36 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 8b36636..ddc2e55 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,0 +10 @@ python-openstackclient>=3.12.0 # Apache-2.0 +stestr>=2.0.0 # Apache-2.0 \ No newline at end of file