[release-announce] [oslo] oslotest 3.4.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Tue Mar 27 18:54:12 UTC 2018


We enthusiastically announce the release of:

oslotest 3.4.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.python.org/pypi/oslotest

Please report issues through launchpad:

    https://bugs.launchpad.net/oslotest

For more details, please see below.

3.4.0
^^^^^

New Features

* Change the API for the CaptureOutput fixture so that tests may
  enable it explicitly instead of purely relying on the environment
  variables to control it.

Changes in oslotest 3.3.0..3.4.0
--------------------------------

9460095 add lower-constraints job
039b03a make the CaptureOutput fixture easier to control
05397ad Updated from global requirements


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

.zuul.yaml                                         |  7 ++++
lower-constraints.txt                              | 47 ++++++++++++++++++++++
oslotest/output.py                                 | 24 +++++++++--
...ontrolling-output-capture-e47c66bbca4a694a.yaml |  6 +++
test-requirements.txt                              |  4 +-
tox.ini                                            |  7 ++++
8 files changed, 112 insertions(+), 9 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 5491403..d3359d3 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13 +13 @@ coverage!=4.4,>=4.0 # Apache-2.0
-sphinx!=1.6.6,<1.7.0,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
@@ -15 +15 @@ openstackdocstheme>=1.18.1 # Apache-2.0
-oslo.config>=5.1.0 # Apache-2.0
+oslo.config>=5.2.0 # Apache-2.0






More information about the Release-announce mailing list