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, 0 insertions, 2 deletions
diff --git a/numpy/testing/noseclasses.py b/numpy/testing/noseclasses.py
index 2fec800ac..5152bdd60 100644
--- a/numpy/testing/noseclasses.py
+++ b/numpy/testing/noseclasses.py
@@ -165,8 +165,6 @@ class NumpyDoctest(npd.Doctest):
# files that should be ignored for doctests
doctest_ignore = ['generate_numpy_api.py',
- 'scons_support.py',
- 'setupscons.py',
'setup.py']
# Custom classes; class variables to allow subclassing