From be0b003f10a4a348cddefbfe6580db33071475e3 Mon Sep 17 00:00:00 2001 From: xurong00037997 Date: Mon, 6 Feb 2017 12:00:34 +0800 Subject: [PATCH] Update hacking version hacking version is managed in test-requirements.txt and the latest version is 0.13.0 now. However 0.13.0 is in very sorry shape as the Change-Id of hacking I714caa085fa35cb4aac3b65c73a7de6d4807d04d . So this patch updates our test-requirements.txt to avoid using 0.13.0. Change-Id: I2fe6436d2cab2a1acbda9a93d3a9e11a41574c78 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index b13aa895ed..95920f73c3 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.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 # coverage>=4.0 # Apache-2.0 django-nose>=1.4.4 # BSD