From 6d53185daf7b5701865cfad63878900959d75210 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Thu, 10 Oct 2013 20:26:21 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I4f26d3a8790c799e5c1f7f81031406e0c57545f9 Change-Id: Ica7315effe308bd739e90f885849fac27a3c542b --- setup.py | 2 +- test-requirements.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 2a0786a..70c2b3f 100755 --- a/setup.py +++ b/setup.py @@ -18,5 +18,5 @@ import setuptools setuptools.setup( - setup_requires=['pbr>=0.5.21,<1.0'], + setup_requires=['pbr'], pbr=True) diff --git a/test-requirements.txt b/test-requirements.txt index e367839..11ed057 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,11 +1,11 @@ -hacking>=0.5.6,<0.7 +hacking>=0.5.6,<0.8 -Babel>=0.9.6 +Babel>=1.3 coverage>=3.6 discover -fixtures>=0.3.12 +fixtures>=0.3.14 python-subunit sphinx>=1.1.2 testrepository>=0.0.17 -testscenarios>=0.4,<0.5 +testscenarios>=0.4 testtools>=0.9.32