From fda6fff39b276c36fa33df2c107fcd4845e46c5d Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Mon, 5 Nov 2018 15:29:43 -0800 Subject: [PATCH] [stable-2.7] Pin openshift version for k8s test. This will avoid spontaneous test failure for new releases of openshift on PyPI. (cherry picked from commit 150cdd793190172a8b0df9056cad64479de321d2) Co-authored-by: Matt Clay --- test/integration/targets/k8s/runme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/targets/k8s/runme.sh b/test/integration/targets/k8s/runme.sh index 9807f1ffe7c..37544d00d59 100755 --- a/test/integration/targets/k8s/runme.sh +++ b/test/integration/targets/k8s/runme.sh @@ -21,5 +21,5 @@ ansible-playbook -v playbooks/merge_type_fail.yml "$@" # Run full test suite virtualenv --system-site-packages --python "${PYTHON}" "${MYTMPDIR}/openshift-recent" source "${MYTMPDIR}/openshift-recent/bin/activate" -$PYTHON -m pip install 'openshift>=0.7.0' +$PYTHON -m pip install 'openshift==0.7.2' ansible-playbook -v playbooks/full_test.yml "$@"