We joyfully announce the release of: os-testr 1.1.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. 1.1.0 ^^^^^ Deprecation Notes * The "ostestr" command is now deprecated explicitly. We already switched to use "stestr" command instead. And we haven't maintained this command recently. For more information about stestr, see https://stestr.readthedocs.io/en/latest/ Changes in os-testr 1.0.0..1.1.0 -------------------------------- 414bbf6 Update hacking version ad00e6d Replace git.openstack.org URLs with opendev.org URLs a5bc990 Deprecate ostestr command 70f183c Fix warning message with double "to" 77002ea Dropping the py35 testing 5674bb0 OpenDev Migration Patch 595c06c Default concurrency to 0 to avoid TypeError in stestr a36d10a add python 3.7 unit test job bb4bfbf Removed older version of python3.4 from setup.cfg 59db2de Change openstack-dev to openstack-discuss 6a73644 Update the home-page URL ed3bc63 Use updated hacking url link dd00f4b add python 3.6 unit test job 1807cef switch documentation job to new PTI de316a6 import zuul job settings from project-config 9b412d7 fix tox python3 overrides ca7669b Trivial: Update pypi url to new url cc19ccf Updated from global requirements 2b3e2e8 Fix load command in pdb/no-discover path 3eba9cd Avoid tox_install.sh for constraints support 88bdf7d Remove useless links and indentations 96db910 Fix regex builder 22644f4 Updated from global requirements 3fd82f6 Updated from global requirements b6ac6ac Fix .testr.conf detection: test path follows discover Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 8 ++ CONTRIBUTING.rst | 6 +- HACKING.rst | 4 +- README.rst | 23 ++++- os_testr/ostestr.py | 63 +++++++----- os_testr/regex_builder.py | 68 +++++++------ os_testr/subunit2html.py | 22 ++--- ...deprecate-ostestr-command-3ac0bff93265fa09.yaml | 7 ++ releasenotes/source/conf.py | 96 ++++++++++++++++++ releasenotes/source/index.rst | 14 +++ releasenotes/source/unreleased.rst | 5 + requirements.txt | 4 +- setup.cfg | 7 +- test-requirements.txt | 8 +- tools/tox_install.sh | 30 ------ tox.ini | 35 +++++-- 26 files changed, 522 insertions(+), 227 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 95cd081..2b57d08 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,2 +7,2 @@ stestr>=1.0.0 # Apache-2.0 -python-subunit>=0.0.18 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +python-subunit>=1.0.0 # Apache-2.0/BSD +testtools>=2.2.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 7e12060..01cca94 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=1.1.0,<1.2.0 # Apache-2.0 @@ -8,3 +8 @@ coverage!=4.4,>=4.0 # Apache-2.0 -sphinx>=1.6.2 # BSD -openstackdocstheme>=1.16.0 # Apache-2.0 -oslotest>=1.10.0 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0 @@ -13 +11 @@ ddt>=1.0.1 # MIT -six>=1.9.0 # MIT +six>=1.10.0 # MIT
participants (1)
-
no-reply@openstack.org