summaryrefslogtreecommitdiff
path: root/numpy/testing/noseclasses.py
diff options
context:
space:
mode:
authorAlan McIntyre <alan.mcintyre@local>2008-07-19 14:15:47 +0000
committerAlan McIntyre <alan.mcintyre@local>2008-07-19 14:15:47 +0000
commitd5300c2b68cbdb4dabe73b50a0f650b80d8d8d23 (patch)
treeb2e7e0da9a27d97f15557a8bfd85189a852d0fd9 /numpy/testing/noseclasses.py
parentdf1fc32a47bf8450936cb436e1840132921ee90b (diff)
downloadnumpy-d5300c2b68cbdb4dabe73b50a0f650b80d8d8d23.tar.gz
Comment out extension option since it is not used at present.
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()