[pypy-commit] pypy default: one more

arigo noreply at buildbot.pypy.org
Mon Oct 29 11:32:27 CET 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r58568:fcb8710020e8
Date: 2012-10-29 11:07 +0100
http://bitbucket.org/pypy/pypy/changeset/fcb8710020e8/

Log:	one more

diff --git a/pypy/module/test_lib_pypy/test_itertools.py b/pypy/module/test_lib_pypy/test_itertools.py
--- a/pypy/module/test_lib_pypy/test_itertools.py
+++ b/pypy/module/test_lib_pypy/test_itertools.py
@@ -2,7 +2,7 @@
 
 class AppTestItertools:
     def setup_class(cls):
-        cls.space = gettestobjspace()
+        cls.space = gettestobjspace(usemodules=['itertools'])
         cls.w_itertools = cls.space.appexec([], "(): import itertools; return itertools")
 
     def test_chain(self):


More information about the pypy-commit mailing list