nfv/test-requirements.txt
Eric MacDonald af4f6aa83e Change nfv tox requirements for bashate version
Zuul is failing.
 Package 'bashate' requires a different Python: 2.7.17 not in '>=3.5'

nfv test-requirements.txt accepts any version of bashate greater
than 0.2 version. So the recent release of bashate 2.0.0 qualifies.
However, this new version only supports py3 which is not yet fully
supported by starlingx.

Ths update reduces the bashate version dependency to less than 1.0.0
so that the older 0.6 version that supports python 2.7 is used.

Change-Id: I415f011abb4931c30c5991c2f6fda7651ddd402a
Closes-Bug: 1869251
Signed-off-by: Eric MacDonald <eric.macdonald@windriver.com>
2020-03-30 15:08:16 +00:00

7 lines
113 B
Plaintext

bashate < 1.0.0
PyYAML >= 3.1.0
yamllint >= 0.5.2
# The following are for py27 and py35
mock # BSD
nose # LGPL