From 7e5ff07c9b6f16187889db75c67127a63ffb271e Mon Sep 17 00:00:00 2001 From: Eric K Date: Fri, 13 Apr 2018 14:09:45 -0700 Subject: [PATCH] update hacking requirement to conform to conrgess repo Change-Id: I8cfc8fce43cd24e76f5e1c8bd822a1e05302e37c --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 7be8883..0543291 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.13,>=0.12.0 # Apache-2.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD