summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-10-29 02:32:25 +0000
committerGerrit Code Review <review@openstack.org>2020-10-29 02:32:25 +0000
commit30e788c592067f8896e267399e734c3dd8851f52 (patch)
treed2c66de13acad79cb1c385073f3b6d869b13dd98
parentddb2cbe70d7479bd331fc1a7dc6182775d4c451d (diff)
parent82a792f201ca45b1043d46c744a24cd36b1580f5 (diff)
downloadoslo-policy-30e788c592067f8896e267399e734c3dd8851f52.tar.gz
Merge "Fix hacking min version to 3.0.1"
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index a7764af..fb0d03a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,7 +1,7 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-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
requests-mock>=1.2.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0