Commit 772ce2d6 authored by Stefan Behnel's avatar Stefan Behnel

enable pyximport option 'load_py_module_on_import_failure' in test runner

--HG--
extra : rebase_source : ed52fff449f541d871cec1da3ddc9486e6ef76aa
parent 672ac430
......@@ -1553,7 +1553,8 @@ def main():
if options.pyximport_py:
from pyximport import pyximport
pyximport.install(pyimport=True, build_dir=os.path.join(WORKDIR, '_pyximport'))
pyximport.install(pyimport=True, build_dir=os.path.join(WORKDIR, '_pyximport'),
load_py_module_on_import_failure=True)
result = test_runner.run(test_suite)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment