From dde2165ea9a69064b4705e0dcad14042901e9c7f Mon Sep 17 00:00:00 2001 From: Eyal Date: Thu, 2 Mar 2017 10:28:35 +0200 Subject: [PATCH] Update to a newer hacking library Change-Id: I77c5e558c1250d27625a0cd2395fc1cc163ca3ea --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 37ed9a9..a849136 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.12.0,!=0.13.0,<0.14 # Apache-2.0 coverage>=4.0 # Apache-2.0 python-subunit>=0.0.18 # Apache-2.0/BSD