fault/test-requirements.txt
albailey 08130cd625 Fix zuul jobs broken due to pip upversion
python 2.7 zuul jobs such as py27 and pylint could fail
when trying to import bandit using the new pip
since bandit 1.7 was released Dec 12 and is python3 only.

The cpp file header was only changed in this review to
trigger the appropriate zuul jobs.

Partial-Bug: #1907678
Change-Id: Idb1e97d16773d36027d29f4eb100d8b453a8069f
Signed-off-by: albailey <Al.Bailey@windriver.com>
2020-12-18 08:41:07 -06:00

8 lines
121 B
Plaintext

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