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>
This commit is contained in:
parent
ab4518cba4
commit
af4f6aa83e
@ -1,4 +1,4 @@
|
||||
bashate >= 0.2
|
||||
bashate < 1.0.0
|
||||
PyYAML >= 3.1.0
|
||||
yamllint >= 0.5.2
|
||||
# The following are for py27 and py35
|
||||
|
Loading…
Reference in New Issue
Block a user