]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: always use sitepackages=True 1821/head
authorAndrew Schoen <aschoen@redhat.com>
Mon, 28 Aug 2017 14:59:28 +0000 (09:59 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Mon, 28 Aug 2017 14:59:28 +0000 (09:59 -0500)
This is mostly important in rhcs testing so that our tests can use
packages installed on the distro.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 5dfc1741adce626302c8a37bc46867acbc2f10c5..f6359c29258177a19c15d96a9c372d9ef6c35037 100644 (file)
--- 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