summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangboye <zhangboye@inspur.com>2020-05-22 11:02:47 +0800
committerzhangboye <zhangboye@inspur.com>2020-05-22 11:04:01 +0800
commit2827bd10cbf56cda915fa8867ab362e5c9843402 (patch)
tree4d2c20ef937db5c943cc3d4904277c2a80e733aa
parent39c29f6229863e1d31ce64f1aa59b3a359208a78 (diff)
downloadoslo-vmware-2827bd10cbf56cda915fa8867ab362e5c9843402.tar.gz
Fix hacking min version to 3.0.1
Change-Id: I11fdd5a0779ed6d638682ac9273e3e50ec64261b
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 65fa4f8..4663c58 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
# Hacking already pins down pep8, pyflakes and flake8
-hacking>=3.0,<3.1.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
testtools>=2.2.0 # MIT