[release-announce] mistral_tempest_tests 1.0.0 (ussuri)
no-reply at openstack.org
no-reply at openstack.org
Thu Apr 23 16:48:13 UTC 2020
We are tickled pink to announce the release of:
mistral_tempest_tests 1.0.0: Tempest plugin for Mistral project
This release is part of the ussuri release series.
The source is available from:
https://opendev.org/openstack/mistral_tempest_tests
Download the package from:
https://tarballs.openstack.org/mistral-tempest-plugin/
For more details, please see below.
1.0.0
^^^^^
Upgrade Notes
* Python 2.7 support has been dropped. Last release of mistral-
tempest-plugin to support py2.7 is OpenStack Train. The minimum
version of Python now supported by mistral-tempest-plugin is Python
3.5.
Changes in mistral_tempest_tests 0.3.0..1.0.0
---------------------------------------------
3ff9a7e Setting Python version explicitly to 3 for devstack jobs
6f746b9 Fix preinstalled workflows tests
f0d3f2e Remove some pycharm warnings
792bf80 Drop support in py2
cc3455b Skip service api if not supported
d3267bf Add mistral-extra to required projects in zuul
b5fcd31 [ussuri][goal] Drop python 2.7 support and testing
67f38b4 Fix requirements, tox
a4c5466 Add test service api
4805d2e [train][goal] Define new 'mistral-devstack-tempest-ipv6-only' job
9bd2ff9 tox: Keeping going with docs
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 31 +++++++++++++++---
.../services/v2/mistral_client.py | 8 +++--
.../actions/v2/test_multi_vim_authentication.py | 6 ++--
.../engine/actions/v2/test_openstack_actions.py | 10 ------
.../scenario/engine/actions/v2/test_ssh_actions.py | 3 +-
.../notes/drop-py-2-7-324d8df63fe680c0.yaml | 6 ++++
requirements.txt | 2 +-
setup.cfg | 1 -
test-requirements.txt | 9 +-----
tox.ini | 27 +++++++++-------
25 files changed, 160 insertions(+), 86 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 8a6bab6..c443092 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12 +11,0 @@ paramiko>=2.0.0 # LGPLv2.1+
-six>=1.10.0 # MIT
@@ -14,0 +14 @@ tempest>=17.1.0 # Apache-2.0
+testtools>=2.2.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 40f3097..807c375 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,8 +5 @@
-hacking>=1.1.0,<1.2.0 # Apache-2.0
-
-sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
-openstackdocstheme>=1.18.1 # Apache-2.0
-
-# releasenotes
-reno>=2.5.0 # Apache-2.0
+hacking>=1.1.0 # Apache-2.0
More information about the Release-announce
mailing list