From df0cefd94c2543d24f7ab70e317bb2e7da642af1 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 10 Mar 2017 03:28:28 +0000 Subject: [PATCH] Updated from global requirements Change-Id: If17115fca7a75cb79927f55cfc3df951bfc70c77 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 810324013..c5b2da32c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. # hacking should appear first in case something else depends on pep8 -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