From 24107b9b3d8fd6d3bc4391bd326ddd568890d923 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Mon, 28 Aug 2017 09:59:28 -0500 Subject: [PATCH] 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 --- tox.ini | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5