Comment 3 for bug 1869251

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nfv (master)

Reviewed: https://review.opendev.org/715694
Committed: https://git.openstack.org/cgit/starlingx/nfv/commit/?id=af4f6aa83ef51841d7ca996d1644b514b1ede805
Submitter: Zuul
Branch: master

commit af4f6aa83ef51841d7ca996d1644b514b1ede805
Author: Eric MacDonald <email address hidden>
Date: Sun Mar 29 10:00:42 2020 -0400

    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 <email address hidden>