From 5873cfd7d0d8f280a3682ed80540cab2c1af65e4 Mon Sep 17 00:00:00 2001 From: Robert Kern Date: Thu, 3 Jul 2008 20:01:36 +0000 Subject: Fix setup script. Exclude test that requires building from the main test suite. --- numpy/testing/nosetester.py | 1 + 1 file changed, 1 insertion(+) (limited to 'numpy/testing/nosetester.py') 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() -- cgit v1.2.1