Stop using detailed-errors plugin for nose.

Because of the move to testtools, the detailed-errors plugin is not only no
longer useful, it actually causes problems, as it fails to process the
error information sent up by testtools.

Part of blueprint grizzly-testtools

Change-Id: I0c8ff489fa92bb4cf7dcd06dd73f14701c013608
This commit is contained in:
Monty Taylor 2013-01-31 10:50:36 +11:00
parent f84c488274
commit 7ea5be5952
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ output_file = glance/locale/glance.pot
# tissue http://pypi.python.org/pypi/tissue (pep8 checker)
# openstack-nose https://github.com/jkoelker/openstack-nose
verbosity=2
detailed-errors=1
cover-package = glance
cover-html = true
cover-erase = true