We are tickled pink to announce the release of: oslotest 6.1.0 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 6.0.0..6.1.0 -------------------------------- 3722be4 ruff: Configure hacking as external linter 74198ba mypy: Disabling warnings for untyped imports b100690 Add typing classifier 3e962ce Add mypy 06c728c typing: Add initial types ae43119 Remove unused dependency 1054c88 Enable logging related ruff checks 84bab7a Delay string interpolations at logging calls d949496 Remove reference to tag framework 840113b ruff: Use more specific name to enable pyupgrade rule Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 4 +- README.rst | 11 ++---- oslotest/base.py | 54 +++++++++++++++++-------- oslotest/createfile.py | 18 +++++---- oslotest/log.py | 11 +++--- oslotest/mock_fixture.py | 68 +++++++++++++++++++++++--------- oslotest/modules.py | 20 +++++++--- oslotest/output.py | 11 ++++-- oslotest/py.typed | 0 oslotest/timeout.py | 8 +++- oslotest/tools/config.py | 13 +++--- pyproject.toml | 18 ++++++++- requirements.txt | 1 - tox.ini | 15 ++++++- 18 files changed, 196 insertions(+), 94 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 81463cc..331b2ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2 +1,0 @@ fixtures>=3.0.0 # Apache-2.0/BSD -python-subunit>=1.0.0 # Apache-2.0/BSD