summaryrefslogtreecommitdiff
path: root/numpy/testing/nosetester.py
diff options
context:
space:
mode:
authorRobert Kern <robert.kern@gmail.com>2008-07-03 20:01:36 +0000
committerRobert Kern <robert.kern@gmail.com>2008-07-03 20:01:36 +0000
commit5873cfd7d0d8f280a3682ed80540cab2c1af65e4 (patch)
treea7ac8c6a9d800c0dbe1c39618e3f9e687ff0136a /numpy/testing/nosetester.py
parent484c100392601f4942ceecbedf32e6df0201d473 (diff)
downloadnumpy-5873cfd7d0d8f280a3682ed80540cab2c1af65e4.tar.gz
Fix setup script. Exclude test that requires building from the main test suite.
Diffstat (limited to 'numpy/testing/nosetester.py')
-rw-r--r--numpy/testing/nosetester.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/testing/nosetester.py b/numpy/testing/nosetester.py
index a9aced477..5e4a8cdfe 100644
--- a/numpy/testing/nosetester.py
+++ b/numpy/testing/nosetester.py
@@ -318,6 +318,7 @@ class NoseTester(object):
argv += ['--exclude','gen_ext']
argv += ['--exclude','pyrex_ext']
argv += ['--exclude','swig_ext']
+ argv += ['--exclude','array_from_pyobj']
nose = import_nose()