[oslo] oslotest 2.14.0 (pike)
We are gleeful to announce the release of: oslotest 2.14.0: Oslo test framework This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/oslotest Download the package from: https://pypi.python.org/pypi/oslotest Please report issues through launchpad: http://bugs.launchpad.net/oslotest For more details, please see below. Changes in oslotest 2.13.0..2.14.0 ---------------------------------- 0e5eb65 Updated from global requirements f5cbc18 [Fix gate]Update test requirement f03c99a Updated from global requirements c612031 Update reno for stable/ocata 4369f70 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 ++++++ requirements.txt | 2 +- setup.py | 2 +- test-requirements.txt | 4 ++-- 5 files changed, 11 insertions(+), 4 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 8147d8c..1e5d743 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11 +11 @@ mock>=2.0 # BSD -mox3>=0.7.0 # Apache-2.0 +mox3!=0.19.0,>=0.7.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 7b3518f..0b9b580 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking<0.11,>=0.10.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 @@ -13 +13 @@ coverage>=4.0 # Apache-2.0 -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD
participants (1)
-
no-reply@openstack.org