From 2f51fcfb8b07d8147754858dd0d2e4c6042fe9d7 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Fri, 25 Jan 2019 15:32:03 +0200 Subject: [PATCH] Remove python-requests, python-dateutil and pyOpenSSL b/c they conflict with the modules coming from pip and prevent azure/ansible installation Related: rhbz#1656105 --- tests/cli/test_build_and_deploy_azure.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/cli/test_build_and_deploy_azure.sh b/tests/cli/test_build_and_deploy_azure.sh index 79069fff..7bf64455 100755 --- a/tests/cli/test_build_and_deploy_azure.sh +++ b/tests/cli/test_build_and_deploy_azure.sh @@ -52,6 +52,8 @@ rlJournalStart rlAssertRpm python2-pip fi + rlRun -t -c "yum -y remove python*-requests python*-dateutil pyOpenSSL" + rlRun -t -c "pip install --upgrade pip setuptools" rlRun -t -c "pip install ansible[azure] futures" rlPhaseEnd