Author: Armin Rigo <[email protected]>
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__
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit