From 48f899aaa02a8a208d84f05bb32643445dbdeabd Mon Sep 17 00:00:00 2001 From: zhangboye Date: Fri, 22 May 2020 11:45:14 +0800 Subject: [PATCH] Fix hacking min version to 3.0.1 Change-Id: I27c655e1169e1e1eee418173fcaa672a404b48f3 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index f981325b..fe6146bf 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,7 +1,7 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking>=3.0,<3.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 python-barbicanclient>=4.5.2 # Apache-2.0