Author: Antonio Cuni <[email protected]>
Branch: py3k
Changeset: r58675:1f11194139f4
Date: 2012-11-02 17:31 +0100
http://bitbucket.org/pypy/pypy/changeset/1f11194139f4/

Log:    we need itertools for test_weakref

diff --git a/pypy/module/_cffi_backend/test/test_c.py 
b/pypy/module/_cffi_backend/test/test_c.py
--- a/pypy/module/_cffi_backend/test/test_c.py
+++ b/pypy/module/_cffi_backend/test/test_c.py
@@ -32,7 +32,7 @@
     """Populated below, hack hack hack."""
 
     def setup_class(cls):
-        space = gettestobjspace(usemodules=('_cffi_backend',))
+        space = gettestobjspace(usemodules=('_cffi_backend', 'itertools'))
         cls.space = space
         testfuncs_w = []
         keepalive_funcs = []
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to