We are ecstatic to announce the release of: oslotest 4.1.0: Oslo test framework This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/oslotest Download the package from: https://pypi.org/project/oslotest Please report issues through: https://bugs.launchpad.net/oslotest/+bugs For more details, please see below. Changes in oslotest 4.0.0..4.1.0 -------------------------------- ffdf6f1 Switch to unittest.mock from mock 549e051 Remove os-client-config and debtcollector Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 3 --- oslotest/base.py | 2 +- oslotest/mock_fixture.py | 37 +++++++++++++++++++------------- requirements.txt | 3 --- 9 files changed, 31 insertions(+), 29 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b14af44..32baed1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,3 +8,0 @@ testtools>=2.2.0 # MIT -mock>=2.0.0 # BSD -os-client-config>=1.28.0 # Apache-2.0 -debtcollector>=1.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org