Author: Antonio Cuni <[email protected]>
Branch: py3k
Changeset: r58676:036dbc3e2dcd
Date: 2012-11-02 18:08 +0100
http://bitbucket.org/pypy/pypy/changeset/036dbc3e2dcd/
Log: we need itertools for test_insecure_pickle
diff --git a/pypy/module/_codecs/test/test_codecs.py
b/pypy/module/_codecs/test/test_codecs.py
--- a/pypy/module/_codecs/test/test_codecs.py
+++ b/pypy/module/_codecs/test/test_codecs.py
@@ -4,7 +4,7 @@
class AppTestCodecs:
def setup_class(cls):
- space = gettestobjspace(usemodules=('unicodedata', 'struct'))
+ space = gettestobjspace(usemodules=('unicodedata', 'struct',
'itertools'))
cls.space = space
def test_register_noncallable(self):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit