We are gleeful to announce the release of: os-testr 2.0.1: 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. Changes in os-testr 2.0.0..2.0.1 -------------------------------- 01b0955 Update IRC network to OFTC e620c09 setup.cfg: Replace dashes with underscores 102fd7b Use py3 as the default runtime for tox 738256a Ussuri+ is python3 only and update python to python3 3faff3a Switch testing to Xena testing runtime 8ad78a1 Changed minversion in tox to 3.18.0 9bb54d2 Create tox environment to build pdf documentation a0ed463 Remove install unnecessary packages ef52ef5 Remove install unnecessary packages fb2c287 Switch testing to Victoria testing runtime 3ee44d3 Stop to use the __future__ module. eabcb94 Use unittest.mock instead of third party mock ea0e88e Switch to newer openstackdocstheme and reno versions 8c5eb12 Fix hacking min version to 3.0.1 ce1af65 [ussuri][goal] Update contributor documentation d5c6650 Update to hacking 3.0 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- CONTRIBUTING.rst | 23 +++++++------ os_testr/generate_subunit.py | 2 +- os_testr/ostestr.py | 2 +- os_testr/subunit_trace.py | 3 +- releasenotes/source/conf.py | 12 +++---- setup.cfg | 9 ++--- test-requirements.txt | 2 +- tox.ini | 18 ++++++---- 18 files changed, 136 insertions(+), 50 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 1ffe4a1..be131f1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=2.0,<2.1 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org