[release-announce] os-testr 3.0.0

no-reply at openstack.org no-reply at openstack.org
Mon Apr 4 12:46:19 UTC 2022


We are gleeful to announce the release of:

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

The source is available from:

    https://opendev.org/openstack/os-testr

Download the package from:

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

For more details, please see below.

3.0.0
^^^^^

Upgrade Notes

* The deprecated "ostestr" command is now removed. This has been
  deprecated for more than a year and most of the users have been
  switched to "stestr" command. For more information about stestr, see
  https://stestr.readthedocs.io/en/latest/

Changes in os-testr 2.0.1..3.0.0
--------------------------------

6f10535 Remove the deprecated ostestr command
f8b7a19 Update CI to use unversioned jobs template
4506fcf Test python3.9 as voting job
c0710b9 Switch testing to Yoga testing runtime


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

.zuul.yaml                                         |   2 +-
README.rst                                         |  13 -
os_testr/ostestr.py                                | 284 ---------------------
os_testr/regex_builder.py                          | 116 ---------
os_testr/testlist_builder.py                       | 107 --------
.../remove-ostestr-command-2cbe2a3254ba4adb.yaml   |   7 +
requirements.txt                                   |   1 -
setup.cfg                                          |   6 +-
test-requirements.txt                              |   1 +
tox.ini                                            |   4 +-
16 files changed, 13 insertions(+), 1535 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 2b57d08..6f48702 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +5,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-stestr>=1.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index be131f1..96cff5a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,0 +9 @@ oslotest>=3.2.0 # Apache-2.0
+stestr>=1.0.0 # Apache-2.0






More information about the Release-announce mailing list