summaryrefslogtreecommitdiff
path: root/numpy/testing/nose_tools/parameterized.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2017-07-08 08:12:27 -0600
committerxoviat <xoviat@users.noreply.github.com>2017-12-22 17:30:49 -0600
commit2f67fe02cfd795da92c9c00e5d9f4f590243ea0f (patch)
treed84dc6017255b6c21966c43a8e2799702d33a42c /numpy/testing/nose_tools/parameterized.py
parent58348a4e752fe3f951e38b445f5f11f33b53ab80 (diff)
downloadnumpy-2f67fe02cfd795da92c9c00e5d9f4f590243ea0f.tar.gz
MAINT: Hardwire 'nose' in parameterized.py.
Diffstat (limited to 'numpy/testing/nose_tools/parameterized.py')
-rw-r--r--numpy/testing/nose_tools/parameterized.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/testing/nose_tools/parameterized.py b/numpy/testing/nose_tools/parameterized.py
index 372928e3d..d094f7c7f 100644
--- a/numpy/testing/nose_tools/parameterized.py
+++ b/numpy/testing/nose_tools/parameterized.py
@@ -252,7 +252,8 @@ def default_name_func(func, num, p):
return base_name + name_suffix
-_test_runner_override = None
+# force nose for numpy purposes.
+_test_runner_override = 'nose'
_test_runner_guess = False
_test_runners = set(["unittest", "unittest2", "nose", "nose2", "pytest"])
_test_runner_aliases = {