From c25098b7889ffa4b3631585ef72d2bf161756483 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Mon, 12 Dec 2016 14:27:40 +0800 Subject: [PATCH] Update to a more modern hacking version Hacking checks are not automatically pushed out via the OpenStack proposal bot. This change allows for a more modern version of hacking. Change-Id: Iffa8f959da8ebed1ca0ffc355f22054d2a6b37da --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 69c44aab7e..11b3bc466b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. # NOTE: These are requirements for testing the requirements project only # See global-requirements for the actual requirements list -hacking<0.13,>=0.10 +hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD testtools>=1.4.0 # MIT