[pypy-svn] r75430 - pypy/branch/sys-prefix/pypy

antocuni at codespeak.net antocuni at codespeak.net
Wed Jun 16 23:30:41 CEST 2010


Author: antocuni
Date: Wed Jun 16 23:30:38 2010
New Revision: 75430

Modified:
   pypy/branch/sys-prefix/pypy/pytest-A.cfg
Log:
remove pypy/lib from the list of directories containing applevel tests. It
does no longer exists, and its applevel tests has been moved to
module/test_lib_pypy, which is already included



Modified: pypy/branch/sys-prefix/pypy/pytest-A.cfg
==============================================================================
--- pypy/branch/sys-prefix/pypy/pytest-A.cfg	(original)
+++ pypy/branch/sys-prefix/pypy/pytest-A.cfg	Wed Jun 16 23:30:38 2010
@@ -1,4 +1,4 @@
-cherrypick = ['interpreter', 'objspace/test', 'objspace/std', 'module', 'lib']
+cherrypick = ['interpreter', 'objspace/test', 'objspace/std', 'module']
 
 interp = ['translator/goal/pypy-c']
 test_driver = ['test_all.py', '-A']



More information about the Pypy-commit mailing list