From c64472933280a67d9d516c2a780926c543aeb540 Mon Sep 17 00:00:00 2001 From: Shu Muto Date: Thu, 2 Mar 2017 18:53:50 +0900 Subject: [PATCH] Update to a newer hacking library The older hacking library has a cap on pbr <2.0, with the recent 2.0.0 release of PBR it's causing failures in the pep8 job. hacking isn't kept in sync via the typical proposal-bot updates. Do it manually to clear the gate issue. Change-Id: I5d78d4c3487dbe1ba93fcbc104427da1e7dd9ef5 Related-Bug: #1668848 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index e39802d..b7d4e97 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,7 +7,7 @@ # be installed in a specific order. # # Hacking should appear first in case something else depends on pep8 -hacking<0.11,>=0.10.2 +hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0 # coverage>=4.0 # Apache-2.0 django-nose>=1.4.4 # BSD