From c56d57ef7ee1c329161158ea8867064f74c0cffa Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Wed, 1 Apr 2020 17:54:55 +0300 Subject: [PATCH] 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 --- tests/cli/test_build_and_deploy_openstack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cli/test_build_and_deploy_openstack.sh b/tests/cli/test_build_and_deploy_openstack.sh index e0efff78..0b194852 100755 --- a/tests/cli/test_build_and_deploy_openstack.sh +++ b/tests/cli/test_build_and_deploy_openstack.sh @@ -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"