From daf404dc54f466f52d3789434874db833032c03e Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Tue, 6 Dec 2016 16:00:10 -0500 Subject: [PATCH] Move to hacking 0.12 Change-Id: I19d5d0e08ce4a0e11b0cf9bdd8e0d8b186bc9aac --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index e13756695ae..ab5c6cbf28a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. # Install bounded pep8/pyflakes first, then let flake8 install -hacking<0.12,>=0.11.0 # Apache-2.0 +hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0 coverage>=4.0 # Apache-2.0 ddt>=1.0.1 # MIT