From b778ac01cfcd0f2f520ca8b76d97b15c367f6a59 Mon Sep 17 00:00:00 2001 From: "wu.shiming" Date: Tue, 22 Sep 2020 15:45:46 +0800 Subject: [PATCH] Bump hacking min version to 3.0.1 hacking 3.0.1 fix the pinning of flake8 to avoid bringing in a new version with new checks. bumping the min version for hacking so that any older hacking versions which auto adopt the new checks are not used. Change-Id: I3f4fca9a0df2f45241288fd876064433f4e2f737 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 9eab9b7ee..ddaa65725 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,7 +7,7 @@ bashate>=0.2 # Apache-2.0 coverage>=4.0 # Apache-2.0 doc8 # Apache-2.0 docker<3 # Apache-2.0 -hacking>=3.0,<3.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 molecule<3 # MIT oslotest>=1.10.0 # Apache-2.0 # paramiko 2.5.0 makes the kayobe-tox-molecule job fail.