We contentedly announce the release of:
oslotest 5.0.0: Oslo test framework
The source is available from:
https://opendev.org/openstack/oslotest
Download the package from:
https://pypi.org/project/oslotest
For more details, please see below.
Changes in oslotest 4.5.0..5.0.0 --------------------------------
b033757 Bump hacking 5d842eb Update python classifier in setup.cfg 8d58720 pre-commit: Bump versions 629a2b2 tox: Bump minimum to tox 4.x a814032 Remove usage of six 104cb89 Replace find_module function 6a1bc5b Revert "Moves supported python runtimes from version 3.8 to 3.10" 1f04434 Moves supported python runtimes from version 3.8 to 3.10 0a5932f Cleanup py27 support 21b5f4f Fix formatting of release list 927c867 Drop python3.6/3.7 support in testing runtime 49948df Remove unnecessary unicode prefixes 47fe8a2 Update CI to use unversioned jobs template
Diffstat (except docs and test files) -------------------------------------
.pre-commit-config.yaml | 23 +++++------------------ .zuul.yaml | 2 +- oslotest/__init__.py | 16 ---------------- oslotest/createfile.py | 3 +-- oslotest/modules.py | 2 +- releasenotes/source/conf.py | 4 ++-- releasenotes/source/index.rst | 22 +++++++++++----------- requirements.txt | 5 ----- setup.cfg | 7 ++++--- setup.py | 8 -------- test-requirements.txt | 6 +----- tox.ini | 14 +++++--------- 16 files changed, 46 insertions(+), 116 deletions(-)
Requirements updates --------------------
diff --git a/requirements.txt b/requirements.txt index 32baed1..81463cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - @@ -7 +2,0 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 60dd8fd..606c951 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - -hacking>=2.0.0,<2.1.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org