summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2020-01-20 14:35:19 +0000
committerStephen Finucane <sfinucan@redhat.com>2020-01-20 14:35:19 +0000
commit233f2715dd3c72b5a1d07ce37f2aeb53ce37dabb (patch)
treee0d5e44df19128cdbde115340edd4b2293167167 /test-requirements.txt
parente3da87a45dc9302c1c9d9418ed2b80a8c68d1507 (diff)
downloadnova-233f2715dd3c72b5a1d07ce37f2aeb53ce37dabb.tar.gz
requirements: Limit hacking to one minor version
It is possible, though unlikely, that hacking might introduce new rules in a minor version that would break the gate for nova. See this off before it can ever be an issue by doing $subject. Change-Id: I063488a2ad4924ffe2a48cbfc0c3c750221d37b7 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index cab08cee21..b04b42b0df 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-hacking>=2.0<3.0
+hacking>=2.0<2.1
coverage!=4.4,>=4.0 # Apache-2.0
ddt>=1.0.1 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD