config/test-requirements.txt
albailey 6d262e1b4c Fix zuul for bandit target
Some zuul nodes running bionic do not consider the
older version of pyflakes to be installable. This seems to
be a cache issue.

This fix updates the version of hacking defined in the top
level test-requirements.txt file to use a more modern version.

It also only imports yamllint if it is python 3, since the yamllint
tox target is python 3 only.

Partial-Bug: 1928978
Signed-off-by: albailey <Al.Bailey@windriver.com>
Change-Id: Ia7aa6a296810adc0d9ba9eca701ec70f2c4be8cd
2021-05-20 08:43:15 -05:00

5 lines
113 B
Plaintext

hacking>=1.1.0,<=2.0.0 # Apache-2.0
bashate >= 0.2
PyYAML >= 3.1.0
yamllint<1.26.1;python_version>="3.0" # GPLv2