[pypy-commit] pypy kill-faking: Fixed test_pwd tests

alex_gaynor noreply at buildbot.pypy.org
Mon Dec 3 00:47:00 CET 2012


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: kill-faking
Changeset: r59274:2d86c824b8ad
Date: 2012-12-03 00:48 +0100
http://bitbucket.org/pypy/pypy/changeset/2d86c824b8ad/

Log:	Fixed test_pwd tests

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


More information about the pypy-commit mailing list