summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangboye <zhangboye@inspur.com>2020-05-22 10:20:30 +0800
committerzhangboye <zhangboye@inspur.com>2020-05-22 10:20:59 +0800
commit28d0f432ef100a7e176ad69b79fbf589bf97478c (patch)
treec5155c9e11464d93676698ea81b5e5221b9e1d06
parent9cc3f52ac3950189cd87aee3b91b195023291f8d (diff)
downloadoslo-messaging-28d0f432ef100a7e176ad69b79fbf589bf97478c.tar.gz
Fix hacking min version to 3.0.1
Change-Id: I3282e4962e92bdd5a401c5b1c61fced68e8d0c8a
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 8a7e62c..d1cbfde 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
stestr>=2.0.0 # Apache-2.0