We exuberantly announce the release of: oslotest 4.2.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.1.0..4.2.0 -------------------------------- cdee551 Revert "Switch to unittest.mock from mock" Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 1 + oslotest/base.py | 2 +- oslotest/mock_fixture.py | 37 +++++++++++++------------------- requirements.txt | 1 + 9 files changed, 25 insertions(+), 31 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 32baed1..9826c3b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,0 +9 @@ testtools>=2.2.0 # MIT +mock>=2.0.0 # BSD