Author: Armin Rigo <[email protected]>
Branch:
Changeset: r58569:09e65ed74e5b
Date: 2012-10-29 11:10 +0100
http://bitbucket.org/pypy/pypy/changeset/09e65ed74e5b/
Log: one more
diff --git a/pypy/module/test_lib_pypy/test_pwd.py
b/pypy/module/test_lib_pypy/test_pwd.py
--- a/pypy/module/test_lib_pypy/test_pwd.py
+++ b/pypy/module/test_lib_pypy/test_pwd.py
@@ -5,7 +5,8 @@
def setup_class(cls):
if sys.platform == 'win32':
py.test.skip("Unix only")
- cls.space = gettestobjspace(usemodules=('_ffi', '_rawffi'))
+ cls.space = gettestobjspace(usemodules=('_ffi', '_rawffi',
+ 'itertools'))
cls.space.appexec((), "(): import pwd")
def test_getpwuid(self):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit