summaryrefslogtreecommitdiff
path: root/numpy/testing/noseclasses.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/testing/noseclasses.py')
-rw-r--r--numpy/testing/noseclasses.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/noseclasses.py b/numpy/testing/noseclasses.py
index 0867d5bc3..c2fb85e0b 100644
--- a/numpy/testing/noseclasses.py
+++ b/numpy/testing/noseclasses.py
@@ -174,7 +174,7 @@ class numpyDoctest(npd.Doctest):
def configure(self, options, config):
Plugin.configure(self, options, config)
self.doctest_tests = True
- self.extension = tolist(options.doctestExtension)
+# self.extension = tolist(options.doctestExtension)
self.finder = numpyDocTestFinder()
self.parser = doctest.DocTestParser()