From 7ea5be5952eed1d72656a58a7f486b6a14f85f23 Mon Sep 17 00:00:00 2001
From: Monty Taylor <mordred@inaugust.com>
Date: Thu, 31 Jan 2013 10:50:36 +1100
Subject: [PATCH] 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
---
 setup.cfg | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index 9bf1871c56..2954c73ad4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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