We are thrilled to announce the release of: oslotest 4.5.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.4.1..4.5.0 -------------------------------- d4b1896 setup.cfg: Replace dashes with underscores c26aa6a Use TOX_CONSTRAINTS_FILE 9cbf196 Document unit of measure for OS_TEST_TIMEOUT 2b05a2f Move flake8 as a pre-commit local target. 0d208eb Remove lower-constraints remnants 8763180 Dropping lower constraints testing 333b737 Use TOX_CONSTRAINTS_FILE b591174 Use py3 as the default runtime for tox 2f4cb35 Adding pre-commit 47d76c4 Add Python3 wallaby unit tests ce65c03 Update master for stable/victoria Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 39 +++++++++++++++++++++++++++++++++++++++ .zuul.yaml | 3 +-- lower-constraints.txt | 40 ---------------------------------------- oslotest/base.py | 2 +- releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 6 ++++++ setup.cfg | 8 ++++---- test-requirements.txt | 2 ++ tox.ini | 14 ++++---------- 11 files changed, 63 insertions(+), 60 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 758471d..60dd8fd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,0 +14,2 @@ stestr>=2.0.0 + +pre-commit>=2.6.0 # MIT
participants (1)
-
no-reply@openstack.org