From 233f2715dd3c72b5a1d07ce37f2aeb53ce37dabb Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 20 Jan 2020 14:35:19 +0000 Subject: [PATCH] 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 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index cab08cee21da..b04b42b0df22 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