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

antocuni at codespeak.net antocuni at codespeak.net
Fri Jun 18 10:57:07 CEST 2010


Author: antocuni
Date: Fri Jun 18 10:57:04 2010
New Revision: 75444

Modified:
   pypy/branch/sys-prefix/pypy/conftest.py
Log:
lib/py has been moved to ...../lib_pypy/py, but we can safely remove it as py
does not contains tests nowadays



Modified: pypy/branch/sys-prefix/pypy/conftest.py
==============================================================================
--- pypy/branch/sys-prefix/pypy/conftest.py	(original)
+++ pypy/branch/sys-prefix/pypy/conftest.py	Fri Jun 18 10:57:04 2010
@@ -13,8 +13,6 @@
 rsyncdirs = ['.', '../lib', '../demo']
 rsyncignore = ['_cache']
 
-collect_ignore = ['./lib/py']
-
 # PyPy's command line extra options (these are added 
 # to py.test's standard options) 
 #



More information about the Pypy-commit mailing list