From d5382aa641e3a62cb7707af07724048422960ad0 Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Sat, 11 Sep 2010 15:13:42 +0000 Subject: TST: disable --detailed-errors by default -- the output it gives is more confusing than useful --- numpy/testing/nosetester.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'numpy') diff --git a/numpy/testing/nosetester.py b/numpy/testing/nosetester.py index 7d5046f77..5ead74980 100644 --- a/numpy/testing/nosetester.py +++ b/numpy/testing/nosetester.py @@ -230,9 +230,6 @@ class NoseTester(object): argv+=['--cover-package=%s' % self.package_name, '--with-coverage', '--cover-tests', '--cover-inclusive', '--cover-erase'] - # enable assert introspection - argv += ['--detailed-errors'] - # bypass these samples under distutils argv += ['--exclude','f2py_ext'] argv += ['--exclude','f2py_f90_ext'] -- cgit v1.2.1