From 66bdd585da816dab471befc99db952d90a8f486e Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 13 May 2020 17:49:07 +0200 Subject: [PATCH] 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) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5270897de..5e748969b 100644 --- a/tox.ini +++ b/tox.ini @@ -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