From 8c9bc872a740e57d1510b04b8b2cccaa4ddd436a Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 15 Mar 2017 12:48:34 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I7c51f38f64f584a4a6135d42378e4bbc82ec77a5 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 5d58ddc3..cdb7ec3f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 coverage>=4.0 # Apache-2.0 ddt>=1.0.1 # MIT