[release-announce] [quality] os-testr 1.0.0

no-reply at openstack.org no-reply at openstack.org
Thu Sep 7 15:32:09 UTC 2017


We are chuffed to announce the release of:

os-testr 1.0.0: A testr wrapper to provide functionality for OpenStack
projects

The source is available from:

    http://git.openstack.org/cgit/openstack/os-testr

Download the package from:

    https://pypi.python.org/pypi/os-testr

Please report issues through launchpad:

    http://bugs.launchpad.net/os-testr

For more details, please see below.

Changes in os-testr 0.8.2..1.0.0
--------------------------------

7dd678e Switch to stestr under the covers
8ca4408 Just changed the opening of the file
cdda299 Updated from global requirements
4c04fbb Switch from oslosphinx to openstackdocstheme
5355774 update doc URL to the new location in the readme
b837725 rearrange content to fit the new standard layout
6849cc4 Turn on warning-is-error in sphinx build
c282cbf Fail when no test case selected
e605216 Updated from global requirements


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

.gitignore                           |   1 +
.stestr.conf                         |   3 +
.testr.conf                          |   7 -
README.rst                           |   2 +-
os_testr/ostestr.py                  | 187 ++++++++++---------------
os_testr/regex_builder.py            |  55 ++++----
requirements.txt                     |   2 +-
setup.cfg                            |   1 +
test-requirements.txt                |   4 +-
tox.ini                              |  12 +-
33 files changed, 738 insertions(+), 757 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 4fc7eb7..95cd081 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-testrepository>=0.0.18 # Apache-2.0/BSD
+stestr>=1.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 350f294..7e12060 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,2 +8,2 @@ coverage!=4.4,>=4.0 # Apache-2.0
-sphinx>=1.5.1 # BSD
-oslosphinx>=4.7.0 # Apache-2.0
+sphinx>=1.6.2 # BSD
+openstackdocstheme>=1.16.0 # Apache-2.0






More information about the Release-announce mailing list