[pypy-commit] pypy default: Add external package to test_tab.py's exclude set.

mjacob pypy.commits at gmail.com
Wed Feb 24 04:26:04 EST 2016


Author: Manuel Jacob <me at manueljacob.de>
Branch: 
Changeset: r82479:f25587392dc9
Date: 2016-02-24 10:26 +0100
http://bitbucket.org/pypy/pypy/changeset/f25587392dc9/

Log:	Add external package to test_tab.py's exclude set.

diff --git a/pypy/tool/test/test_tab.py b/pypy/tool/test/test_tab.py
--- a/pypy/tool/test/test_tab.py
+++ b/pypy/tool/test/test_tab.py
@@ -6,7 +6,7 @@
 from pypy.conftest import pypydir
 
 ROOT = os.path.abspath(os.path.join(pypydir, '..'))
-EXCLUDE = {}
+EXCLUDE = {'/virt_test/lib/python2.7/site-packages/setuptools'}
 
 
 def test_no_tabs():


More information about the pypy-commit mailing list