[pypy-svn] r61168 - pypy/trunk/lib-python

fijal at codespeak.net fijal at codespeak.net
Tue Jan 20 22:07:01 CET 2009


Author: fijal
Date: Tue Jan 20 22:07:00 2009
New Revision: 61168

Modified:
   pypy/trunk/lib-python/conftest.py
Log:
it's not like cpython has profile module


Modified: pypy/trunk/lib-python/conftest.py
==============================================================================
--- pypy/trunk/lib-python/conftest.py	(original)
+++ pypy/trunk/lib-python/conftest.py	Tue Jan 20 22:07:00 2009
@@ -329,7 +329,7 @@
     RegrTest('test_posixpath.py'),
     RegrTest('test_pow.py', core=True),
     RegrTest('test_pprint.py', core=True),
-    RegrTest('test_profile.py'),
+    RegrTest('test_profile.py', skip="unsupported module, even by cpython"),
     RegrTest('test_profilehooks.py', core=True),
     RegrTest('test_pty.py', skip="unsupported extension module"),
     RegrTest('test_pwd.py'),



More information about the Pypy-commit mailing list