From 25aa531f8484dd07489534d1cf411d601a777cc6 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 16 Sep 2013 16:58:25 +0200 Subject: [PATCH] Drop sitepackages=False from tox.ini This never made sense, the default is False anyway. But distros specifically patch tox.ini with sitepackages=True to test their packages instead of stuff fetched from PyPI. Specifically settings this to it's default only makes ditros life worse. Change-Id: I3cbdc416c5114b49bc0b6a4b125c75c53eec23dd --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 69939f7c..d8a5bdd6 100644 --- a/tox.ini +++ b/tox.ini @@ -16,8 +16,6 @@ setenv = VIRTUAL_ENV={envdir} commands = bash -x {toxinidir}/run-tests.sh {posargs} {toxinidir}/tools/config/check_uptodate.sh - -sitepackages = False downloadcache = {toxworkdir}/_download [testenv:cover]