From d22577d0921936e58a09958ca0b91dc5c9c0336f Mon Sep 17 00:00:00 2001 From: zhulingjie Date: Fri, 4 Jan 2019 23:59:25 +0800 Subject: [PATCH] Update hacking version to latest Change-Id: I2cc82509751cbaefe71a7e4023256361f717d9ee --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index c28bb94..b4d107d 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>=1.1.0,<1.2.0 # Apache-2.0 coverage>=3.6 discover