Author: Armin Rigo <[email protected]>
Branch: continulet-pickle
Changeset: r47608:b46f642d6325
Date: 2011-09-26 15:15 +0200
http://bitbucket.org/pypy/pypy/changeset/b46f642d6325/

Log:    Skip this test again.

diff --git a/pypy/module/test_lib_pypy/test_stackless_pickle.py 
b/pypy/module/test_lib_pypy/test_stackless_pickle.py
--- a/pypy/module/test_lib_pypy/test_stackless_pickle.py
+++ b/pypy/module/test_lib_pypy/test_stackless_pickle.py
@@ -1,10 +1,10 @@
 import py
+py.test.skip("in-progress, maybe")
 from pypy.conftest import gettestobjspace, option
 
 class AppTest_Stackless:
 
     def setup_class(cls):
-        py.test.importorskip('greenlet')
         space = gettestobjspace(usemodules=('_continuation', '_socket'))
         cls.space = space
         if option.runappdirect:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to