monitoring/test-requirements.txt
Charles Short 6a9358c261 Fix zuul errors due to changes in dependencies
Pin hacking to < 4.0.1 to fix zuul gate issues.

Test:
Ran tox -e flake8 command to validate the flake8 job and result.

Related-Bug: 1926172

Signed-off-by: Charles Short <charles.short@windriver.com>
Change-Id: Ia2e746ba513c0d073b60e76b2d2afdfe8b6c9745
2021-04-26 11:45:02 -04:00

5 lines
86 B
Plaintext

# hacking pulls in flake8
hacking < 4.0.1
bashate >= 0.2
bandit;python_version>="3.5"