From 03090ca2bb77edb8a01c9a08a716aa3d1a5f4595 Mon Sep 17 00:00:00 2001 From: Charles Short Date: Mon, 26 Apr 2021 10:50:20 -0400 Subject: [PATCH] Fix pep8 gate failures Set hacking to < 4.0.1 in test-requirements.txt so that the pep8 gate passes again. Test: Ran tox -e pep8 command to validate the flake8 job and result. Related-Bug: 1926172 Signed-off-by: Charles Short Change-Id: I5b27a89d0e078912814ca2999bf28e6602980fd0 --- test-requirements.txt | 2 +- tox.ini | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 7edf7389..891aec20 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -hacking +hacking<4.0.1 bashate >= 0.2 mock PyYAML >= 3.1.0 diff --git a/tox.ini b/tox.ini index 862ec5d1..baaf4cbe 100644 --- a/tox.ini +++ b/tox.ini @@ -73,8 +73,6 @@ commands = pylint {posargs} --rcfile=./pylint.rc \ basepython = python3 description = Run style checks. -deps = - hacking commands = flake8