[release-announce] oslotest 3.5.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Thu May 31 15:14:29 UTC 2018


We are tickled pink to announce the release of:

oslotest 3.5.0: Oslo test framework

This release is part of the rocky release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/oslotest

Download the package from:

    https://pypi.org/project/oslotest

Please report issues through launchpad:

    https://bugs.launchpad.net/oslotest

For more details, please see below.

Changes in oslotest 3.4.2..3.5.0
--------------------------------

cae8c8d Deprecate MoxStubout class
0a3b06e Fix requirements
8241dd6 mock: Perform patch's autospec checks on __enter__


Diffstat (except docs and test files)
-------------------------------------

oslotest/mock_fixture.py | 10 +++++-----
oslotest/moxstubout.py   |  2 ++
requirements.txt         |  1 +
test-requirements.txt    |  2 +-
4 files changed, 9 insertions(+), 6 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 4dad816..9f3c706 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12,0 +13 @@ os-client-config>=1.28.0 # Apache-2.0
+debtcollector  # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index d3359d3..99750d2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13 +13 @@ coverage!=4.4,>=4.0 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD






More information about the Release-announce mailing list