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

fijal at codespeak.net fijal at codespeak.net
Wed Jan 14 12:23:40 CET 2009


Author: fijal
Date: Wed Jan 14 12:23:40 2009
New Revision: 60944

Modified:
   pypy/trunk/lib-python/conftest.py
Log:
Skip test_ast. Unless someone protests, I don't think we'll be supplying
_ast module before doing something with a parser


Modified: pypy/trunk/lib-python/conftest.py
==============================================================================
--- pypy/trunk/lib-python/conftest.py	(original)
+++ pypy/trunk/lib-python/conftest.py	Wed Jan 14 12:23:40 2009
@@ -121,6 +121,7 @@
     RegrTest('test__locale.py'),
     RegrTest('test_aepack.py', skip=True),
     RegrTest('test_al.py', skip=True),
+    RegrTest('test_ast.py', skip="unsupported module _ast"),
     RegrTest('test_anydbm.py'),
     RegrTest('test_applesingle.py', skip=True),
     RegrTest('test_array.py', core=True, usemodules='struct'),



More information about the Pypy-commit mailing list