From 6cf52d1fc6c36429d613700f8561ddc294da2b11 Mon Sep 17 00:00:00 2001 From: xurong00037997 Date: Sat, 4 Feb 2017 17:50:32 +0800 Subject: [PATCH] Update hacking version Change-Id: I4369dd138129052a48a0babe212610576a67a47d --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 444a2b0017..d60ad09e8f 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.11,>=0.10.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 pep257==0.7.0 # MIT License flake8-docstrings==0.2.1.post1 # MIT bashate>=0.2 # Apache-2.0