[pypy-commit] pypy default: fix some more tests

alex_gaynor noreply at buildbot.pypy.org
Mon Sep 19 04:07:00 CEST 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r47330:07acb1ab3f7b
Date: 2011-09-18 22:06 -0400
http://bitbucket.org/pypy/pypy/changeset/07acb1ab3f7b/

Log:	fix some more tests

diff --git a/pypy/module/test_lib_pypy/test_greenlet.py b/pypy/module/test_lib_pypy/test_greenlet.py
--- a/pypy/module/test_lib_pypy/test_greenlet.py
+++ b/pypy/module/test_lib_pypy/test_greenlet.py
@@ -3,7 +3,7 @@
 
 class AppTestGreenlet:
     def setup_class(cls):
-        cls.space = gettestobjspace(usemodules=['_continuation'])
+        cls.space = gettestobjspace(usemodules=['_continuation'], continuation=True)
 
     def test_simple(self):
         from greenlet import greenlet


More information about the pypy-commit mailing list