diff options
author | Pauli Virtanen <pav@iki.fi> | 2010-03-06 20:09:14 +0000 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2010-03-06 20:09:14 +0000 |
commit | 101da729b58450021d74c9a08c5b9229c844f0b2 (patch) | |
tree | 019fbb8817ecab214e8175846755129a4c9eb557 /numpy/testing/nosetester.py | |
parent | 733ebda112453f0dc51d326e230bc2613704195a (diff) | |
download | numpy-101da729b58450021d74c9a08c5b9229c844f0b2.tar.gz |
ENH: testing: do not exclude array_from_pyobj from tests; it's now fixed to be nose-compatible
Diffstat (limited to 'numpy/testing/nosetester.py')
-rw-r--r-- | numpy/testing/nosetester.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/testing/nosetester.py b/numpy/testing/nosetester.py index 6d5762ec7..7d5046f77 100644 --- a/numpy/testing/nosetester.py +++ b/numpy/testing/nosetester.py @@ -239,7 +239,6 @@ class NoseTester(object): argv += ['--exclude','gen_ext'] argv += ['--exclude','pyrex_ext'] argv += ['--exclude','swig_ext'] - argv += ['--exclude','array_from_pyobj'] nose = import_nose() |