From 970e74bfd8c55f054f0f36f684886724b02bf260 Mon Sep 17 00:00:00 2001 From: Kun Huang Date: Fri, 31 Jul 2015 10:12:21 +0800 Subject: [PATCH] update requirements Current pbr requirements is blocking tempest develop mode installation. http://paste.openstack.org/show/406537/ Change-Id: I14dfe4c66d22d742706acbd1e5a574587eb40039 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6b439b7..39d130e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,8 +2,8 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -pbr>=0.6,!=0.7,<1.0 +pbr>=1.3,<2.0 Babel>=1.3 testrepository>=0.0.18 python-subunit>=0.0.18 -testtools>=0.9.36,!=1.2.0 +testtools>=1.4.0