From a3cb2e897de28dc502133bd4df1e7684683f7d84 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 6 Feb 2022 13:13:56 +0100 Subject: [PATCH] OpenShift 0.13.0 seems to screw something up. Let's stick to < 0.13.0. (#4161) --- tests/integration/targets/inventory_kubevirt/runme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/targets/inventory_kubevirt/runme.sh b/tests/integration/targets/inventory_kubevirt/runme.sh index 21517d5b09..2411f3372d 100755 --- a/tests/integration/targets/inventory_kubevirt/runme.sh +++ b/tests/integration/targets/inventory_kubevirt/runme.sh @@ -23,7 +23,7 @@ source virtualenv.sh python --version pip --version pip show setuptools -pip install openshift -c constraints.txt +pip install 'openshift<0.13.0' -c constraints.txt ./server.py &