We are amped to announce the release of: oslo.rootwrap 6.0.2: Oslo Rootwrap This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/oslo.rootwrap Download the package from: https://pypi.org/project/oslo.rootwrap Please report issues through: https://bugs.launchpad.net/oslo.rootwrap/+bugs For more details, please see below. Changes in oslo.rootwrap 6.0.1..6.0.2 ------------------------------------- fd21b6e Use unittest.mock instead of third party mock Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 1 - test-requirements.txt | 4 ---- 4 files changed, 2 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 02e4738..3f5ae04 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,4 +13,0 @@ oslotest>=3.2.0 # Apache-2.0 - -# mocking framework -mock>=2.0.0 # BSD -