We are chuffed to announce the release of: osc-lib 2.3.1: OpenStackClient Library This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/osc-lib Download the package from: https://pypi.org/project/osc-lib Please report issues through: https://storyboard.openstack.org/#!/project/openstack/osc-lib For more details, please see below. Changes in osc-lib 2.3.0..2.3.1 ------------------------------- 2b7a679 Fix lower-constraints job 239b001 Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)' 60eb124 Add Python3 wallaby unit tests 455445d bump py37 to py38 in tox.ini Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- setup.cfg | 1 + test-requirements.txt | 3 --- tox.ini | 3 +++ 5 files changed, 12 insertions(+), 11 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 34b5381..bfff771 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +3,0 @@ -hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -14,2 +12,0 @@ osprofiler>=1.4.0 # Apache-2.0 -bandit>=1.1.0 # Apache-2.0 -flake8-import-order>=0.17.1 # LGPLv3