summaryrefslogtreecommitdiff
path: root/numpy/testing
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2010-09-11 15:13:42 +0000
committerPauli Virtanen <pav@iki.fi>2010-09-11 15:13:42 +0000
commitd5382aa641e3a62cb7707af07724048422960ad0 (patch)
treeec8737e64f7155262d92873f77b38b05e7658412 /numpy/testing
parent3843e86ee3862103364b6aae2a0af8bd4ebdc986 (diff)
downloadnumpy-d5382aa641e3a62cb7707af07724048422960ad0.tar.gz
TST: disable --detailed-errors by default -- the output it gives is more confusing than useful
Diffstat (limited to 'numpy/testing')
-rw-r--r--numpy/testing/nosetester.py3
1 files changed, 0 insertions, 3 deletions
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']