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>
pull/5365/head
Guillaume Abrioux 2020-05-13 17:49:07 +02:00
parent 252e78b4e4
commit 6d9acb5e6d
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,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