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 <charles.short@windriver.com>
Change-Id: I5b27a89d0e078912814ca2999bf28e6602980fd0
This commit is contained in:
Charles Short 2021-04-26 10:50:20 -04:00
parent 558710a711
commit 03090ca2bb
2 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
hacking
hacking<4.0.1
bashate >= 0.2
mock
PyYAML >= 3.1.0

View File

@ -73,8 +73,6 @@ commands = pylint {posargs} --rcfile=./pylint.rc \
basepython = python3
description =
Run style checks.
deps =
hacking
commands =
flake8