From 6a9358c2610c7687d623e8fd5413afef5dd305ab Mon Sep 17 00:00:00 2001 From: Charles Short Date: Mon, 26 Apr 2021 11:13:08 -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 flake8 command to validate the flake8 job and result. Related-Bug: 1926172 Signed-off-by: Charles Short Change-Id: Ia2e746ba513c0d073b60e76b2d2afdfe8b6c9745 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 983269d..5fab1cd 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;python_version>="3.5"