From 754c6861ca33a581f3a32a7a353ec9672dd0c8b9 Mon Sep 17 00:00:00 2001 From: Charles Short Date: Mon, 26 Apr 2021 11:06:45 -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 flake8 job and result. Related-Bug: 1926172 Signed-off-by: Charles Short Change-Id: I74fec1c352b8947b58498e32b7554e54c77aaeaa --- tsconfig/tsconfig/test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig/tsconfig/test-requirements.txt b/tsconfig/tsconfig/test-requirements.txt index 56e48064f8..b7515b14ac 100644 --- a/tsconfig/tsconfig/test-requirements.txt +++ b/tsconfig/tsconfig/test-requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking>=1.1.0 # Apache-2.0 +hacking>=1.1.0,<4.0.1 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 mock>=2.0.0 # BSD