tests: pip install future

Resolves:
https://github.com/ansible/ansible/issues/68616
https://github.com/cockpit-project/bots/pull/636

Another posibility would be to `yum install python2-future` from
EPEL in vm.install instead.

Related: rhbz#1785159
This commit is contained in:
Alexander Todorov 2020-04-01 17:54:55 +03:00 committed by Brian C. Lane
parent 9291f3f3ea
commit c56d57ef7e

View File

@ -49,7 +49,7 @@ rlJournalStart
source $VENV/bin/activate source $VENV/bin/activate
rlRun -t -c "pip install --upgrade pip setuptools" rlRun -t -c "pip install --upgrade pip setuptools"
rlRun -t -c "pip install ansible openstacksdk" rlRun -t -c "pip install ansible openstacksdk future"
rlPhaseEnd rlPhaseEnd
rlPhaseStartTest "compose start" rlPhaseStartTest "compose start"