From e6b1ae7d222f83625110d80a576b95f88f5ed04a Mon Sep 17 00:00:00 2001 From: Charles Short Date: Mon, 26 Apr 2021 11:16:00 -0400 Subject: [PATCH] Fix zuul errors due to changes in dependencies Pin hacking to < 4.0.1 to fix zuul gate issues. Test: Ran tox -e pep8 command to validate the pep8 job and result. Related-Bug: 1926172 Signed-off-by: Charles Short Change-Id: Ia85b584d7ff4e5e7cb19a820d6f6323aa672f52e --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 2f25c0be1..9d356e238 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ # hacking pulls in flake8 -hacking +hacking < 4.0.1 bashate >= 0.2 bandit!=1.6.0,>=1.1.0,<2.0.0;python_version>="3.0" # GPLv2