Author: Antonio Cuni <[email protected]>
Branch: py3k
Changeset: r58683:39fc501403bb
Date: 2012-11-02 18:25 +0100
http://bitbucket.org/pypy/pypy/changeset/39fc501403bb/
Log: more and more itertools
diff --git a/pypy/module/_warnings/test/test_warnings.py
b/pypy/module/_warnings/test/test_warnings.py
--- a/pypy/module/_warnings/test/test_warnings.py
+++ b/pypy/module/_warnings/test/test_warnings.py
@@ -4,7 +4,7 @@
class AppTestWarnings:
def setup_class(cls):
- space = gettestobjspace(usemodules=('_warnings',))
+ space = gettestobjspace(usemodules=('_warnings', 'itertools'))
cls.space = space
def test_defaults(self):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit