[release-announce] mistral_tempest_tests 0.3.0 (train)

no-reply at openstack.org no-reply at openstack.org
Fri Sep 27 17:57:32 UTC 2019


We exuberantly announce the release of:

mistral_tempest_tests 0.3.0: Tempest plugin for Mistral project

This release is part of the train 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.

Changes in mistral_tempest_tests 0.2.0..0.3.0
---------------------------------------------

3c3a6cc Add test for OpenStack services dynamic versions
8711269 use python3 for gate
dee6cd7 Fix mistral-devstack quoting
2fa0ce6 Sync Sphinx requirement
1dd821f Update docs job
1289278 Replace git.openstack.org URLs with opendev.org URLs
5afa43e OpenDev Migration Patch
dcbfc82 Disable SSH actions tests till they are stable
6794295 Update json module to jsonutils


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                         |  2 +-
.zuul.yaml                                         | 16 +++---
HACKING.rst                                        |  2 +-
README.rst                                         |  2 +-
.../services/v2/mistral_client.py                  | 62 ++++++++++++----------
.../resources/openstack/action_collection_wb.yaml  |  4 ++
.../engine/actions/v2/test_openstack_actions.py    | 14 +++--
.../scenario/engine/actions/v2/test_ssh_actions.py | 14 ++---
releasenotes/source/index.rst                      |  6 +--
releasenotes/source/unreleased.rst                 |  6 +--
setup.cfg                                          |  2 +-
test-requirements.txt                              |  4 +-
tox.ini                                            |  4 +-
19 files changed, 102 insertions(+), 82 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index b50038a..40f3097 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +7,2 @@ hacking>=1.1.0,<1.2.0 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+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
@@ -8,0 +10 @@ openstackdocstheme>=1.18.1 # Apache-2.0
+






More information about the Release-announce mailing list