We are psyched to announce the release of: os-testr 0.8.2: A testr wrapper to provide functionality for OpenStack projects The source is available from: http://git.openstack.org/cgit/openstack/os-testr Download the package from: https://pypi.python.org/pypi/os-testr Please report issues through launchpad: http://bugs.launchpad.net/os-testr For more details, please see below. Changes in os-testr 0.8.1..0.8.2 -------------------------------- e84d062 Updated from global requirements 2fac2de Remove unused Babel setup Diffstat (except docs and test files) ------------------------------------- requirements.txt | 3 +-- setup.cfg | 14 -------------- test-requirements.txt | 2 +- 3 files changed, 2 insertions(+), 17 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f0b1c09..4fc7eb7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,2 +5 @@ -pbr>=2.0.0 # Apache-2.0 -Babel>=2.3.4 # BSD +pbr!=2.1.0,>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 5519481..350f294 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +7 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -coverage>=4.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org