[oslo] oslotest 3.1.0 (queens)
We are satisfied to announce the release of: oslotest 3.1.0: Oslo test framework This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/oslotest Download the package from: https://pypi.python.org/pypi/oslotest Please report issues through launchpad: https://bugs.launchpad.net/oslotest For more details, please see below. Changes in oslotest 3.0.0..3.1.0 -------------------------------- d17e3d2 Remove -U from pip install 88dc78c Avoid tox_install.sh for constraints support ed56c14 Updated from global requirements 182f3de Remove setting of version/release from releasenotes 3d50a6b Updated from global requirements Diffstat (except docs and test files) ------------------------------------- releasenotes/source/conf.py | 12 ++++-------- requirements.txt | 6 +++--- test-requirements.txt | 2 +- tools/tox_install.sh | 30 ------------------------------ tox.ini | 11 +++++------ 5 files changed, 13 insertions(+), 48 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 7cf6e27..4dad816 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,2 +6,2 @@ fixtures>=3.0.0 # Apache-2.0/BSD -python-subunit>=0.0.18 # Apache-2.0/BSD -six>=1.9.0 # MIT +python-subunit>=1.0.0 # Apache-2.0/BSD +six>=1.10.0 # MIT @@ -9 +9 @@ testrepository>=0.0.18 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 34a9ba5..fee525a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15 +15 @@ openstackdocstheme>=1.17.0 # Apache-2.0 -oslo.config>=4.6.0 # Apache-2.0 +oslo.config>=5.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org