diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2013-01-14 20:55:56 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2013-01-14 20:55:56 -0700 |
commit | 3af34a4b31e1f91a8b626c9d0b187f6aa8a034cb (patch) | |
tree | e4ab4532bc17fba3dead7191e4e8bd696436c6f7 /numpy/testing/noseclasses.py | |
parent | 8f37eccd23e140fa7cc06f35e8126df6cb19a67a (diff) | |
download | numpy-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.py | 2 |
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 |