We high-spiritedly announce the release of: keystone_tempest_plugin 0.3.0: Tempest plugin keystone_tempest_plugin This release is part of the train release series. The source is available from: https://opendev.org/openstack/keystone_tempest_plugin Download the package from: https://tarballs.openstack.org/keystone-tempest-plugin/ For more details, please see below. Changes in keystone_tempest_plugin 0.2.0..0.3.0 ----------------------------------------------- 806103f Fix sphinx requirement for python2 201bcb4 Replace git.openstack.org URLs with opendev.org URLs 2154846 OpenDev Migration Patch 8b5c09c Fix documentation link Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- HACKING.rst | 2 +- README.rst | 10 +++++----- test-requirements.txt | 3 ++- tox.ini | 2 +- 5 files changed, 10 insertions(+), 9 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 6e99fe7..327b0a4 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