diff --git a/tests/cli/test_build_and_deploy_azure.sh b/tests/cli/test_build_and_deploy_azure.sh index 8ccbb6ef..e2cf4873 100755 --- a/tests/cli/test_build_and_deploy_azure.sh +++ b/tests/cli/test_build_and_deploy_azure.sh @@ -52,7 +52,7 @@ rlJournalStart rlAssertRpm python2-pip fi - rlRun -t -c "pip install ansible[azure]" + rlRun -t -c "pip install ansible[azure] futures" rlPhaseEnd rlPhaseStartTest "compose start"