On Python 2 Azure needs the futures module

this will prevent
ImportError: No module named concurrent.futures

see
https://github.com/Azure/azure-sdk-for-python/issues/2166
This commit is contained in:
Alexander Todorov 2018-12-18 13:00:16 +02:00 committed by Alexander Todorov
parent d63de76cb3
commit 7143456043

View File

@ -52,7 +52,7 @@ rlJournalStart
rlAssertRpm python2-pip rlAssertRpm python2-pip
fi fi
rlRun -t -c "pip install ansible[azure]" rlRun -t -c "pip install ansible[azure] futures"
rlPhaseEnd rlPhaseEnd
rlPhaseStartTest "compose start" rlPhaseStartTest "compose start"