Fix hacking min version to 3.0.1

Change-Id: I11fdd5a0779ed6d638682ac9273e3e50ec64261b
This commit is contained in:
zhangboye
2020-05-22 11:02:47 +08:00
parent 39c29f6229
commit 2827bd10cb

View File

@@ -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