From ef8011222f54302b72c191a0cc379497027f97e4 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Tue, 6 Dec 2016 16:03:18 -0500 Subject: [PATCH] Update hacking version Change-Id: Ib12c3a12cb732e896f1a99f4edd40636b4f46d5b --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 6fb37cb..56983e5 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 already pins down pep8, pyflakes and flake8 -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 fixtures>=3.0.0 # Apache-2.0/BSD