summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-04-16 13:16:51 +0000
committerGerrit Code Review <review@openstack.org>2021-04-16 13:16:51 +0000
commita06067de3baa158c036a778b036ec78f92388966 (patch)
treedaa19f5cdd50ad1adbc31d19728a6f78534bb28d
parentd1a780803204ebd496298306153f3aae1389ff41 (diff)
parent720230d9ddbcf12b29c5edb91591f3d2cb2c41fb (diff)
downloadoslo-i18n-a06067de3baa158c036a778b036ec78f92388966.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 f67ab10..1b99e25 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
stestr>=2.0.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0