From 19f5d7ad46e32bf5a03a28fc6885fb38d2c5ac9a Mon Sep 17 00:00:00 2001 From: Charles Short Date: Mon, 26 Apr 2021 11:09:32 -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: I2a3709342a2150e57461561ca1299adabc993667 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 0f06d18a..1e871d2f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -hacking +hacking < 4.0.1 bashate >= 0.2 PyYAML >= 3.1.0 yamllint >= 0.5.2