We are chuffed to announce the release of: oslotest 2.0.0: Oslo test framework This release is part of the mitaka release series. With source available at: http://git.openstack.org/cgit/openstack/oslotest With package available at: https://pypi.python.org/pypi/oslotest For more details, please see the git log history below and: http://launchpad.net/oslotest/+milestone/2.0.0 Please report issues through launchpad: http://bugs.launchpad.net/oslotest Changes in oslotest 1.12.0..2.0.0 --------------------------------- 4dbb9e2 Updated from global requirements aa4dfd2 Remove Python 2.6 classifier 5e2a84d mockpatch: deprecate in favor of native fixtures cf73555 Remove python 2.6 and cleanup tox.ini 345832a Updated from global requirements Diffstat (except docs and test files) ------------------------------------- oslotest/mockpatch.py | 6 ++++++ requirements.txt | 1 + setup.cfg | 1 - test-requirements.txt | 4 ++-- tox.ini | 7 ++----- 5 files changed, 11 insertions(+), 8 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9e0fd08..44b610f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,0 +14 @@ os-client-config!=1.6.2,>=1.4.0 +debtcollector>=0.3.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 9b31bc8..5b5b0cf 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,2 +14,2 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 -oslosphinx>=2.5.0 # Apache-2.0 -oslo.config>=2.3.0 # Apache-2.0 +oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 +oslo.config>=2.7.0 # Apache-2.0