From: Guillaume Abrioux Date: Wed, 13 May 2020 15:49:07 +0000 (+0200) Subject: test: set sitepackages=false in tox X-Git-Tag: v5.0.0~22 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c7e16aeceddc5bba1ab1530652a094962083c74b;p=ceph-ansible.git 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 (cherry picked from commit 6d9acb5e6de24043c9f858ea66def63113af3bd4) --- diff --git a/tox.ini b/tox.ini index 47cfd076f..c4347a2bb 100644 --- a/tox.ini +++ b/tox.ini @@ -340,7 +340,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