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:
parent
9291f3f3ea
commit
c56d57ef7e
@ -49,7 +49,7 @@ rlJournalStart
|
||||
source $VENV/bin/activate
|
||||
|
||||
rlRun -t -c "pip install --upgrade pip setuptools"
|
||||
rlRun -t -c "pip install ansible openstacksdk"
|
||||
rlRun -t -c "pip install ansible openstacksdk future"
|
||||
rlPhaseEnd
|
||||
|
||||
rlPhaseStartTest "compose start"
|
||||
|
Loading…
Reference in New Issue
Block a user