Fix inventory_kubevirt_conformance test (#71546)

pull/71551/head
Sam Doran 4 years ago committed by GitHub
parent 1d043e082b
commit dfaadf6f33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,6 +9,16 @@ fi
set -eux set -eux
source virtualenv.sh source virtualenv.sh
# This is needed due to a change in setuptools >= 50.0.0
# when installing ruamel.yaml without a wheel (which happens on FreeBSD).
#
# It is not clear how long this environment variable will work, so this may
# break with newer versions of setuptools.
#
# See https://setuptools.readthedocs.io/en/latest/history.html#v50-0-0
#
export SETUPTOOLS_USE_DISTUTILS=stdlib
pip install openshift -c constraints.txt pip install openshift -c constraints.txt
./server.py & ./server.py &

Loading…
Cancel
Save