From bf70726d4228ebf3e65aa75b8f0ca6cab5e1e159 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 21 Mar 2013 10:44:56 -0500 Subject: Remove detailed-errors from setup.cfg. detailed-errors does not provide us any value in our use of runs, and it actually breaks now that we're using standard unittest protocol and testtools. Change-Id: Ie5a36eaf022e3f3d47904aad0ba2efdfc0d85b34 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 6471a4e..afffeb6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,6 @@ # tissue http://pypi.python.org/pypi/tissue (pep8 checker) # openstack-nose https://github.com/jkoelker/openstack-nose verbosity=2 -detailed-errors=1 [build_sphinx] source-dir = doc/source -- cgit