[tox] Do not use site packages in testenv
authorDenis Laxalde <denis.laxalde@logilab.fr>
Mon, 20 Mar 2017 09:08:44 +0100
changeset 12072 9233dbde28d5
parent 12071 fb0b74fecc4d
child 12073 339b26bf17d2
[tox] Do not use site packages in testenv This is the normal way of running tox. We used to set this because some people liked to run tests using packages installed by other means (i.e. system-wide). Now, there seems to be a consensus that running tox without site packages is a better idea, in particular since many of our dependencies are now available as wheels and thus would install quickly provided one uses a recent pip/virtualenv.
tox.ini
--- a/tox.ini	Mon Mar 20 10:25:04 2017 +0100
+++ b/tox.ini	Mon Mar 20 09:08:44 2017 +0100
@@ -4,7 +4,6 @@
   py{27,34}-{server,web,misc}
 
 [testenv]
-sitepackages = True
 deps =
   -r{toxinidir}/requirements/dev.txt
   py27: backports.tempfile