vitrage-tempest-plugin 3.0.0 (train)
We are glad to announce the release of: vitrage-tempest-plugin 3.0.0: Tempest plugin for Vitrage project This release is part of the train release series. The source is available from: https://opendev.org/openstack/vitrage-tempest-plugin Download the package from: https://tarballs.openstack.org/vitrage-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/vitrage/+bugs For more details, please see below. Changes in vitrage-tempest-plugin 2.2.1..3.0.0 ---------------------------------------------- d5f6909 Add tests to check delete and show with names a60c72d cap sphinx and networkx c728b84 Replace git.openstack.org URLs with opendev.org URLs 2dd51d9 OpenDev Migration Patch 48fc316 Support python 3.6 and 3.7 9acd13f Test for (not) showing a DELETED template 9993c63 Always use a public network Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- README.rst | 2 +- devstack/README.rst | 6 +- requirements.txt | 3 +- setup.cfg | 3 +- test-requirements.txt | 3 +- tox.ini | 4 +- 12 files changed, 105 insertions(+), 30 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 41c613e..873c683 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28 +28,2 @@ tempest>=17.1.0 # Apache-2.0 -networkx>=2.1 # BSD +networkx<2.3,>=2.0;python_version<'3.0' # BSD +networkx>=2.3;python_version>='3.4' # BSD diff --git a/test-requirements.txt b/test-requirements.txt index c4b7880..930c5ba 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
participants (1)
-
no-reply@openstack.org