[pypy-svn] r35776 - pypy/dist/pypy/module/_stackless/test

arigo at codespeak.net arigo at codespeak.net
Fri Dec 15 10:39:48 CET 2006


Author: arigo
Date: Fri Dec 15 10:39:47 2006
New Revision: 35776

Modified:
   pypy/dist/pypy/module/_stackless/test/test_stackless.py
Log:
Skip test_stackless.  Waiting for stackless_new.py to become stackless.py.
This test should be moved to pypy/lib/ too.


Modified: pypy/dist/pypy/module/_stackless/test/test_stackless.py
==============================================================================
--- pypy/dist/pypy/module/_stackless/test/test_stackless.py	(original)
+++ pypy/dist/pypy/module/_stackless/test/test_stackless.py	Fri Dec 15 10:39:47 2006
@@ -1,6 +1,8 @@
 from pypy.conftest import gettestobjspace, option
 from py.test import skip
 
+skip("rewrite of stackless.py in progress, see stackless_new.py")
+
 
 class AppTest_Stackless:
 



More information about the Pypy-commit mailing list