summaryrefslogtreecommitdiff
path: root/numpy/testing/nosetester.py
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2016-01-06 20:31:02 +0100
committerRalf Gommers <ralf.gommers@gmail.com>2016-01-06 21:58:10 +0100
commit1d1eaef896a66059163f0baaaaa162e1f7c225a9 (patch)
treece0f6b9886790b0c9266043ee3dacaf05fe1d79b /numpy/testing/nosetester.py
parent6c742bdfecdb0c6cebdce2be0ae189fb149cd82a (diff)
downloadnumpy-1d1eaef896a66059163f0baaaaa162e1f7c225a9.tar.gz
MAINT: remove outdated Pyrex support from distutils (as far as possible).
Diffstat (limited to 'numpy/testing/nosetester.py')
-rw-r--r--numpy/testing/nosetester.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/testing/nosetester.py b/numpy/testing/nosetester.py
index 42113676a..23ba8cc3a 100644
--- a/numpy/testing/nosetester.py
+++ b/numpy/testing/nosetester.py
@@ -171,7 +171,6 @@ class NoseTester(object):
excludes = ['f2py_ext',
'f2py_f90_ext',
'gen_ext',
- 'pyrex_ext',
'swig_ext']
def __init__(self, package=None, raise_warnings="release", depth=0):