Remove nose detailed error reporting.

Nosetests' detailed error reporting breaks when running testtools tests.
Disable this plugin to get proper error reporting.

Change-Id: I4898f567e8588e1dd61940486dfc515e459adc34
This commit is contained in:
Clark Boylan 2012-10-30 12:55:57 -07:00
parent 7aea941005
commit f203dee81a
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ output_file = nova/locale/nova.pot
[nosetests]
verbosity=2
detailed-errors=1
cover-package = nova
cover-html = true
cover-erase = true