# HG changeset patch # User Denis Laxalde # Date 1490261448 -3600 # Node ID 5dd20fc2155776c6133be1130c1e73702d6e79e1 # Parent 4521295112447685acb7d095b3e1deb99ce47628 [skeleton] Don't use system site packages in tox environment As we changed this in cubicweb, there is a consensus that this is not the best practice so let us change it as well for skeleton. diff -r 452129511244 -r 5dd20fc21557 cubicweb/skeleton/tox.ini.tmpl --- a/cubicweb/skeleton/tox.ini.tmpl Wed Mar 22 14:38:10 2017 +0100 +++ b/cubicweb/skeleton/tox.ini.tmpl Thu Mar 23 10:30:48 2017 +0100 @@ -2,7 +2,6 @@ envlist = py27,py34,flake8 [testenv] -sitepackages = true deps = pytest commands =