summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangboye <zhangboye@inspur.com>2020-05-22 10:56:46 +0800
committerzhangboye <zhangboye@inspur.com>2020-05-22 10:57:14 +0800
commitdd88e3288b0d4441c05e58c7854db3c771172d08 (patch)
tree6901bb477f343dd6e8fb4e066857c8820fcd445e
parent4b4f14e76559adbab61c29d11821f3ddd47dcecd (diff)
downloadoslo-middleware-dd88e3288b0d4441c05e58c7854db3c771172d08.tar.gz
Fix hacking min version to 3.0.1
Change-Id: I95cb5bd989ec10e6bcc8f7f2aea9aa81c3e79dd6
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 087db15..7f63558 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
fixtures>=3.0.0 # Apache-2.0/BSD
-hacking>=3.0,<3.1.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
testtools>=2.2.0 # MIT
coverage!=4.4,>=4.0 # Apache-2.0