diff options
author | Robert Kern <robert.kern@gmail.com> | 2008-07-03 20:01:36 +0000 |
---|---|---|
committer | Robert Kern <robert.kern@gmail.com> | 2008-07-03 20:01:36 +0000 |
commit | 5873cfd7d0d8f280a3682ed80540cab2c1af65e4 (patch) | |
tree | a7ac8c6a9d800c0dbe1c39618e3f9e687ff0136a /numpy/testing/nosetester.py | |
parent | 484c100392601f4942ceecbedf32e6df0201d473 (diff) | |
download | numpy-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.py | 1 |
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() |