From 4e175333e925afeda380348270f8c8a8c4725284 Mon Sep 17 00:00:00 2001 From: Maciej Kucia Date: Sun, 21 May 2017 21:54:47 +0200 Subject: [PATCH] Update hacking version to align with Cinder Change-Id: I9749e222d70fd150fb6bd8df8cd747b1e3b7fcfa Signed-off-by: Maciej Kucia --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 5c550aed4..eef55e979 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 coverage!=4.4,>=4.0 # Apache-2.0 ddt>=1.0.1 # MIT python-subunit>=0.0.18 # Apache-2.0/BSD