From 5d5dcf5ede73d0efa1f4b5dcf10d21e41c1aa56f Mon Sep 17 00:00:00 2001 From: joehuang Date: Fri, 3 Mar 2017 02:09:13 -0500 Subject: [PATCH] [Fix gate]Update to a newer hacking library 1. What is the problem? The older hacking library has a cap on pbr <2.0, which is causing issues with the recent 2.0.0 release of pbr 2. What is the solution for the problem? Hacking isn't kept in sync via the usual proposal bot updates so update it manually to fix the pep8 gate. Change-Id: If7969daaefef51f2ba906f5d7f79276cc2270bba Signed-off-by: joehuang --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index df985a8..fcbd7d2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,7 +1,7 @@ # 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<0.12,>=0.11.0 # Apache-2.0 +hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0 pylint==1.4.5 # GPLv2 python-openstackclient>=3.3.0 # Apache-2.0 sphinx!=1.3b1,<1.4,>=1.2.1 # BSD