From b05fbfa6d4c0923c573bcd704c121f77f389f2eb Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Wed, 26 Feb 2014 02:37:33 +0000 Subject: Updated from global requirements Change-Id: I23f9349d04ec0e54321dce5fc6c88bcb8f289dec --- setup.py | 2 +- test-requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 15f4e9d..70c2b3f 100755 --- a/setup.py +++ b/setup.py @@ -18,5 +18,5 @@ import setuptools setuptools.setup( - setup_requires=['pbr>=0.5.20'], + setup_requires=['pbr'], pbr=True) diff --git a/test-requirements.txt b/test-requirements.txt index f5e7acd..d5e0ef3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,10 +3,10 @@ discover fixtures>=0.3.14 flake8==2.0 mock>=1.0 -python-subunit +python-subunit>=0.0.18 oslo.sphinx sphinx>=1.1.2,<1.2 -testrepository>=0.0.17 +testrepository>=0.0.18 testresources>=0.2.4 testscenarios>=0.4 -testtools>=0.9.32 +testtools>=0.9.34 -- cgit v1.2.1