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
(cherry picked from commit 03090ca2bb)
This commit is contained in:
Charles Short 2021-04-26 10:50:20 -04:00
parent b5392a01b1
commit 51baf4871d
1 changed files with 1 additions and 1 deletions

View File

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