From 5a1d5a58f56922509247550ef373801d3b4f5c18 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sat, 23 Jan 2016 09:27:56 +0000 Subject: [PATCH] Updated from global requirements Change-Id: If186fcce8fccdf012d72231b60833147369bc4b4 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 9943c05f..601b03be 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,7 +1,7 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking>=0.10.2,<0.11 # Apache-2.0 +hacking<0.11,>=0.10.2 # Apache-2.0 coverage>=3.6 # Apache-2.0 discover # BSD