test: set sitepackages=false in tox

Otherwise it might try to use the system installed version of ansible
when there's one available.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 6d9acb5e6d)
pull/5376/head
Guillaume Abrioux 2020-05-13 17:49:07 +02:00 committed by Dimitri Savineau
parent 60124f5bde
commit 66bdd585da
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ whitelist_externals =
sleep
rm
passenv=*
sitepackages=True
sitepackages=False
setenv=
ANSIBLE_SSH_ARGS = -F {changedir}/vagrant_ssh_config -o ControlMaster=auto -o ControlPersist=600s -o PreferredAuthentications=publickey
ANSIBLE_CONFIG = {toxinidir}/ansible.cfg