Author: Armin Rigo <ar...@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): _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit