[pypy-commit] pypy default: fix this test

arigo noreply at buildbot.pypy.org
Wed Oct 31 18:16:49 CET 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r58655:bf186ea46cc9
Date: 2012-10-31 18:16 +0100
http://bitbucket.org/pypy/pypy/changeset/bf186ea46cc9/

Log:	fix this test

diff --git a/pypy/interpreter/test/test_zzpickle_and_slow.py b/pypy/interpreter/test/test_zzpickle_and_slow.py
--- a/pypy/interpreter/test/test_zzpickle_and_slow.py
+++ b/pypy/interpreter/test/test_zzpickle_and_slow.py
@@ -6,7 +6,7 @@
 
 class AppTestSlow:    
     def setup_class(cls):
-        space = gettestobjspace()
+        space = gettestobjspace(usemodules=['itertools'])
         cls.space = space
         if py.test.config.option.runappdirect:
             filename = __file__


More information about the pypy-commit mailing list