Fix hacking min version to 3.0.1

Change-Id: I95cb5bd989ec10e6bcc8f7f2aea9aa81c3e79dd6
This commit is contained in:
zhangboye 2020-05-22 10:56:46 +08:00
parent 4b4f14e765
commit dd88e3288b
1 changed files with 1 additions and 1 deletions

View File

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