Author: Wim Lavrijsen <[email protected]>
Branch: reflex-support
Changeset: r71527:a5007f9743c4
Date: 2014-05-14 23:08 -0700
http://bitbucket.org/pypy/pypy/changeset/a5007f9743c4/

Log:    make sure module cppyy is initialized before test (to create
        executors/converters)

diff --git a/pypy/module/cppyy/test/test_cppyy.py 
b/pypy/module/cppyy/test/test_cppyy.py
--- a/pypy/module/cppyy/test/test_cppyy.py
+++ b/pypy/module/cppyy/test/test_cppyy.py
@@ -15,6 +15,8 @@
         raise OSError("'make' failed (see stderr)")
 
 class TestCPPYYImplementation:
+    spaceconfig = dict(usemodules=['cppyy', '_rawffi', 'itertools'])
+
     def test01_class_query(self, space):
         # NOTE: this test needs to run before test_pythonify.py
         dct = interp_cppyy.load_dictionary(space, test_dct)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to