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