[Python-modules-commits] [tox] 15/69: Prevent internet access when running tox's own tests.
Barry Warsaw
barry at moszumanska.debian.org
Fri Sep 5 23:26:24 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 68a4e58f2222b9fc3bb14f02205d8046142f0a79
Author: Barry Warsaw <barry at python.org>
Date: Mon Jul 15 13:47:06 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 81cbfa0..acc1d39 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,6 @@
[tox]
envlist=py27,py26,py25,py32,py33,docs,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