We are glad to announce the release of: oswin-tempest-plugin 1.0.0: This project contains Tempest tests to cover the os_win project, as well as a plugin to automatically load these tests into Tempest. This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/oswin-tempest-plugin Download the package from: https://tarballs.openstack.org/oswin-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/os-win/+bugs For more details, please see below. 1.0.0 ^^^^^ Upgrade Notes * Python 2.7 support has been dropped. Last release of oswin- tempest- plugin to support py2.7 is OpenStack Train. The minimum version of Python now supported by oswin-tempest-plugin is Python 3.5. Changes in oswin-tempest-plugin 0.3.0..1.0.0 -------------------------------------------- fc5ae5e Ussuri contributor docs community goal 0108a12 Switch to stestr dc1b2e7 Drop python 2.7 support and testing b8f6349 Switch to official Ussuri jobs 003d91b Update the constraints url 4a602dc Update hacking version to latest Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 +- .stestr.conf | 3 + .testr.conf | 7 -- .zuul.yaml | 3 +- CONTRIBUTING.rst | 24 +++--- .../notes/drop-py-2-7-9c98090411bcd207.yaml | 6 ++ setup.cfg | 2 - test-requirements.txt | 4 +- tox.ini | 15 ++-- 10 files changed, 122 insertions(+), 35 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index b64cb5f..c760fb8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking<0.13,>=0.12.0 # Apache-2.0 +hacking>=1.1.0,<1.2.0 # Apache-2.0 @@ -9,0 +10 @@ sphinx!=1.6.6,>=1.6.2 # BSD +stestr>=2.0.0 # Apache-2.0 @@ -12 +12,0 @@ oslotest>=3.2.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD