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:
parent
d63de76cb3
commit
7143456043
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user