summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-05-26 15:42:44 +0000
committerGerrit Code Review <review@openstack.org>2020-05-26 15:42:44 +0000
commite8364207ebd0c04c77e25d65b317093365749fd9 (patch)
treeadc728a369ead2949bf7039b344c21f7b9e080ec
parent03c12fd7363ef231b2ec92b140364f7cc05c0915 (diff)
parentec818106541129234bca6883986735e63bb62c20 (diff)
downloadoslo-db-e8364207ebd0c04c77e25d65b317093365749fd9.tar.gz
Merge "Fix hacking min version to 3.0.1"8.2.0
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 4f26aa4..523af12 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
coverage!=4.4,>=4.0 # Apache-2.0
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD