From 9f8efad42cf3eb1f6f9ded859a72ebafc99073ac Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 18 Jan 2017 18:21:01 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Id171f38f7042664bdfa7685d23d812fcb398b851 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 359df8d7b0..d70aa20c5f 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 fixtures>=3.0.0 # Apache-2.0/BSD