We jubilantly announce the release of: oslotest 3.8.0: Oslo test framework This release is part of the train release series. The source is available from: https://opendev.org/openstack/oslotest Download the package from: https://pypi.org/project/oslotest Please report issues through: https://bugs.launchpad.net/oslotest/+bugs For more details, please see below. Changes in oslotest 3.7.1..3.8.0 -------------------------------- 52ac194 Sync Sphinx requirement c36485c Replace git.openstack.org URLs with opendev.org URLs f8f6b14 Stop testing mock functionality 1a3490d OpenDev Migration Patch d10fe40 Dropping the py35 testing 72a20f7 Replace openstack.org git:// URLs with https:// 010b47e Update master for stable/stein Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- README.rst | 8 ++++---- releasenotes/source/index.rst | 1 + releasenotes/source/stein.rst | 6 ++++++ setup.cfg | 2 +- test-requirements.txt | 3 ++- tox.ini | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 88bee06..6b64bc4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13 +13,2 @@ coverage!=4.4,>=4.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.5,<2.0.0;python_version=='2.7' # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.5;python_version>='3.4' # BSD
participants (1)
-
no-reply@openstack.org