From afa03647dda5b4db749f39eb09360b2baf0cf850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20Jens=C3=A5s?= Date: Mon, 14 May 2018 12:44:10 +0200 Subject: [PATCH] Cap hacking at 1.2.0 In commit 02ece7fc9f133d41972e977d900e2411166be550 hacking was capped at version 1.1.0 to fix gate issue. Change I6c76a43353b1beb572dbde78dba4b4a839d45ea7 fixes the issues with new rules and new defaults in hacking 1.2.0. Story: 2001985 Task: 22104 Change-Id: Ib912724e83090a72d5c97c6bb2cb41b935265fdb --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index c2fe6ef79..de1744fd8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,7 +4,7 @@ coverage!=4.4,>=4.0 # Apache-2.0 doc8>=0.6.0 # Apache-2.0 flake8-import-order>=0.13 # LGPLv3 -hacking>=1.0.0,<1.1.0 # Apache-2.0 +hacking>=1.0.0,<1.2.0 # Apache-2.0 mock>=2.0.0 # BSD sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD openstackdocstheme>=1.18.1 # Apache-2.0