summaryrefslogtreecommitdiff
path: root/numpy/testing/noseclasses.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2013-01-14 20:55:56 -0700
committerCharles Harris <charlesr.harris@gmail.com>2013-01-14 20:55:56 -0700
commit3af34a4b31e1f91a8b626c9d0b187f6aa8a034cb (patch)
treee4ab4532bc17fba3dead7191e4e8bd696436c6f7 /numpy/testing/noseclasses.py
parent8f37eccd23e140fa7cc06f35e8126df6cb19a67a (diff)
downloadnumpy-3af34a4b31e1f91a8b626c9d0b187f6aa8a034cb.tar.gz
DEP: Remove more references to scons related files.
These references were in MANIFEST.in, doc/summarize.py, release.sh, and numpy/testing/noseclasses.py and involved scons files that have been removed, mostly setupscons.py and setupsconsegg.py that were in the top level.
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