[pypy-commit] pypy default: Kill file not used any more.

arigo noreply at buildbot.pypy.org
Sat Aug 27 21:11:01 CEST 2011


Author: Armin Rigo <arigo at 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)
-
-    


More information about the pypy-commit mailing list