From: Andrew Schoen Date: Mon, 28 Aug 2017 14:59:28 +0000 (-0500) Subject: tests: always use sitepackages=True X-Git-Tag: v3.0.0rc4~4^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1821%2Fhead;p=ceph-ansible.git tests: always use sitepackages=True This is mostly important in rhcs testing so that our tests can use packages installed on the distro. Signed-off-by: Andrew Schoen --- diff --git a/tox.ini b/tox.ini index 5dfc1741a..f6359c292 100644 --- a/tox.ini +++ b/tox.ini @@ -88,6 +88,7 @@ whitelist_externals = pip cp passenv=* +sitepackages=True setenv= ANSIBLE_SSH_ARGS = -F {changedir}/vagrant_ssh_config ANSIBLE_ACTION_PLUGINS = {toxinidir}/plugins/actions