[pypy-commit] pypy default: one more

arigo noreply at buildbot.pypy.org
Mon Oct 29 11:32:28 CET 2012


Author: Armin Rigo <arigo at tunes.org>
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):


More information about the pypy-commit mailing list