summaryrefslogtreecommitdiff
path: root/tests/pyximport/pyximport_errors.srctree
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pyximport/pyximport_errors.srctree')
-rw-r--r--tests/pyximport/pyximport_errors.srctree2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/pyximport/pyximport_errors.srctree b/tests/pyximport/pyximport_errors.srctree
index 015cca58f..d402e2b68 100644
--- a/tests/pyximport/pyximport_errors.srctree
+++ b/tests/pyximport/pyximport_errors.srctree
@@ -7,6 +7,8 @@ import os.path
from contextlib import contextmanager
import pyximport
+pyximport.DEBUG_IMPORT = True
+
pyximport.install(build_dir=os.path.join(os.path.dirname(__file__), "TEST_TMP"))
@contextmanager