Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r46827:97474de1cec9 Date: 2011-08-27 21:08 +0200 http://bitbucket.org/pypy/pypy/changeset/97474de1cec9/
Log: Kill file not used any more. diff --git a/pypy/pytest-A-stackless.cfg b/pypy/pytest-A-stackless.cfg deleted file mode 100644 --- a/pypy/pytest-A-stackless.cfg +++ /dev/null @@ -1,10 +0,0 @@ -# run for some directories a file at a time - -def collect_one_testdir(testdirs, reldir, tests): - if (reldir.startswith('module/_stackless/') or - reldir.startswith('lib')): - testdirs.extend(tests) - else: - testdirs.append(reldir) - - _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit