From fc5c7e780114f997baf1620310ff9101f0b888ea Mon Sep 17 00:00:00 2001 From: Charles Short Date: Mon, 26 Apr 2021 11:01:15 -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: I39e889f069aab03e301c3050aa6193e048d74e66 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 3765a25..2962303 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -hacking +hacking < 4.0.1 bashate >= 0.2 bandit;python_version>="3.5" PyYAML >= 3.1.0