[pypy-commit] pypy py3k: linux needs these additionally

pjenvey noreply at buildbot.pypy.org
Sat Jul 20 23:54:51 CEST 2013


Author: Philip Jenvey <pjenvey at underboss.org>
Branch: py3k
Changeset: r65518:7dc13d67886b
Date: 2013-07-20 14:45 -0700
http://bitbucket.org/pypy/pypy/changeset/7dc13d67886b/

Log:	linux needs these additionally

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
@@ -1,7 +1,8 @@
 import py, sys
 
 class AppTestPwd:
-    spaceconfig = dict(usemodules=('_ffi', '_rawffi', 'itertools', 'binascii'))
+    spaceconfig = dict(usemodules=('_ffi', '_rawffi', 'itertools', 'binascii',
+                                   'fcntl', 'select', 'signal'))
 
     def setup_class(cls):
         if sys.platform == 'win32':


More information about the pypy-commit mailing list