We are stoked to announce the release of: os-testr 2.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. 2.0.0 ^^^^^ Upgrade Notes * Python 2.7 support has been dropped. Last release of os-testr to support python 2.7 is 1.1.0. The minimum version of Python now supported by os-testr is Python 3.6. Changes in os-testr 1.1.0..2.0.0 -------------------------------- fcf791b [ussuri][goal] Drop python 2.7 support and testing 2c07d4e subunit2html dealing with incorrect data format 8859449 Add Python 3 Train unit tests Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 4 +--- os_testr/ostestr.py | 1 + os_testr/subunit2html.py | 10 ++++++++- .../notes/drop-py-2-7-4a9c5b4ae0bbeb98.yaml | 6 ++++++ setup.cfg | 14 ++++--------- setup.py | 8 -------- test-requirements.txt | 2 +- tox.ini | 24 ++++++++++------------ 12 files changed, 52 insertions(+), 45 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 01cca94..1ffe4a1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=2.0,<2.1 # Apache-2.0