[Python-modules-commits] [tox] 22/69: Prevent internet access when running tox's own tests.
Barry Warsaw
barry at moszumanska.debian.org
Fri Sep 5 23:26:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository tox.
commit 866665544cec90d393f9d47cbf23ed9e6c7a9264
Author: Barry Warsaw <barry at debian.org>
Date: Tue Aug 20 21:48:05 2013 -0400
Prevent internet access when running tox's own tests.
Forwarded: not-needed
Patch-Name: no-download.patch
---
tox.ini | 1 +
1 file changed, 1 insertion(+)
diff --git a/tox.ini b/tox.ini
index 1b9417c..8075dd4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,6 @@
[tox]
envlist=py25,py27,py26,py32,py33,pypy
+sitepackages=True
[testenv:X]
commands=echo {posargs}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/tox.git
More information about the Python-modules-commits
mailing list