From 5ea9ace311f64e47b703d52a9d78e79689390764 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 20 Jan 2017 09:58:07 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I11c158b3e808459a6660581305a7177b84b89676 --- test-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index fc54593..18a38c7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,7 +1,8 @@ # 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 already pins down pep8, pyflakes and flake8 -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 mock>=2.0 # BSD funcsigs>=0.4;python_version=='2.7' or python_version=='2.6' # Apache-2.0