[pypy-svn] r28668 - pypy/dist/pypy/module/readline

arigo at codespeak.net arigo at codespeak.net
Sun Jun 11 13:44:36 CEST 2006


Author: arigo
Date: Sun Jun 11 13:44:35 2006
New Revision: 28668

Modified:
   pypy/dist/pypy/module/readline/__init__.py
Log:
Skip these failing tests.


Modified: pypy/dist/pypy/module/readline/__init__.py
==============================================================================
--- pypy/dist/pypy/module/readline/__init__.py	(original)
+++ pypy/dist/pypy/module/readline/__init__.py	Sun Jun 11 13:44:35 2006
@@ -1,5 +1,6 @@
 # this is a sketch of how one might one day be able to define a pretty simple
 # ctypes-using module, suitable for feeding to the ext-compiler
+import py; py.test.skip("in-progress")
 
 from pypy.interpreter.ctypesmodule import CTypesModule
 



More information about the Pypy-commit mailing list