From 2a3217a2aa4f5563b2d0bc231d5c31b77692159c Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 19 May 2015 09:37:11 +0200 Subject: [PATCH] Update hacking to fix pep8 failure With the release of pbr 1.0.0, we need a newer version of hacking. Update the version. hacking is manually synced from global requirements repo, use the version from there. See also http://lists.openstack.org/pipermail/openstack-dev/2015-May/064362.html Change-Id: Ic3ff9ad74acd57fe149e5873fefe8a99e1d701d8 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index b859e83a..cda046a7 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>=0.9.2,<0.10 +hacking>=0.10.0,<0.11 # this is required for the docs build jobs sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3