summaryrefslogtreecommitdiff
path: root/tests/test_build_ext.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_build_ext.py')
-rw-r--r--tests/test_build_ext.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_build_ext.py b/tests/test_build_ext.py
index 18e00117..46ac9aaf 100644
--- a/tests/test_build_ext.py
+++ b/tests/test_build_ext.py
@@ -14,6 +14,7 @@ from distutils.errors import (
import unittest
from test import support
+from test.support import run_unittest
# http://bugs.python.org/issue4373
# Don't load the xx module more than once.