[pypy-commit] pypy continulet-pickle: Skip this test again.

arigo noreply at buildbot.pypy.org
Mon Sep 26 15:15:50 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
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:


More information about the pypy-commit mailing list