From af4f6aa83ef51841d7ca996d1644b514b1ede805 Mon Sep 17 00:00:00 2001 From: Eric MacDonald Date: Sun, 29 Mar 2020 10:00:42 -0400 Subject: [PATCH] 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 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 18580118..67d9ddf1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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