fault/test-requirements.txt
Charles Short 03090ca2bb 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
2021-04-26 15:39:52 -04:00

8 lines
127 B
Plaintext

hacking<4.0.1
bashate >= 0.2
mock
PyYAML >= 3.1.0
yamllint >= 0.5.2
isort<5;python_version>="3.5"
bandit;python_version>="3.5"