Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r84445:4ae8cf2d479f Date: 2016-05-15 08:36 +0200 http://bitbucket.org/pypy/pypy/changeset/4ae8cf2d479f/
Log: Exclude the whole 'virt_test' directory from this test. 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 @@ -7,7 +7,11 @@ ROOT = os.path.abspath(os.path.join(pypydir, '..')) RPYTHONDIR = os.path.join(ROOT, "rpython") -EXCLUDE = {'/virt_test/lib/python2.7/site-packages/setuptools'} + +EXCLUDE = {'/virt_test'} +# ^^^ don't look inside this: it is created by virtualenv on buildslaves. +# It contains third-party installations that may include tabs in their +# .py files. def test_no_tabs(): _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit