[pypy-commit] pypy py3k: Add the struct module to this test's spaceconfig because the pure Python version of it was removed on this branch.

mjacob noreply at buildbot.pypy.org
Wed Jun 3 23:31:00 CEST 2015


Author: Manuel Jacob <me at manueljacob.de>
Branch: py3k
Changeset: r77845:439c34e6ed3d
Date: 2015-06-03 23:30 +0200
http://bitbucket.org/pypy/pypy/changeset/439c34e6ed3d/

Log:	Add the struct module to this test's spaceconfig because the pure
	Python version of it was removed on this branch.

diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import.py
--- a/pypy/module/imp/test/test_import.py
+++ b/pypy/module/imp/test/test_import.py
@@ -194,7 +194,7 @@
 
 class AppTestImport(BaseImportTest):
     spaceconfig = {
-        "usemodules": ['time'],
+        "usemodules": ['time', 'struct'],
     }
 
     def setup_class(cls):


More information about the pypy-commit mailing list