summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangboye <zhangboye@inspur.com>2020-05-22 10:42:40 +0800
committerzhangboye <zhangboye@inspur.com>2020-05-22 10:42:58 +0800
commit64cbef8da67bca9c4211770547f4fbadea672bd3 (patch)
tree204c698c7b745eb3fbc776584703f15fd5d1b801
parentfa0f2d5734204682f4bacc35d5ff88a2c49563aa (diff)
downloadoslo-utils-64cbef8da67bca9c4211770547f4fbadea672bd3.tar.gz
Fix hacking min version to 3.0.1
Change-Id: I95fd7fa65018dd3a887889ef11a88c63eaee74cf
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index cf92323..d97dd15 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>=3.0,<3.1.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0
eventlet>=0.18.2,!=0.18.3,!=0.20.1,!=0.21.0,!=0.23.0 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD