From 572c45b07ac376d1d991872ebb9cab8cc1af3505 Mon Sep 17 00:00:00 2001 From: Shu Muto <shu-mutou@rf.jp.nec.com> Date: Thu, 2 Mar 2017 18:55:52 +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: Iceb3aca107f067de568b26beacfccebe55c9e7bd 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 610eb97..69c9138 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>=3.6 # Apache-2.0 django-nose>=1.2 # BSD