summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-03-21 10:44:56 -0500
committerMonty Taylor <mordred@inaugust.com>2013-03-21 10:44:56 -0500
commitbf70726d4228ebf3e65aa75b8f0ca6cab5e1e159 (patch)
treee6800730cdce07076f1e1c5128126448311349f5 /setup.cfg
parent341ce35316808acab1fc94462fdaa97c51b28bd4 (diff)
downloadoslo-bf70726d4228ebf3e65aa75b8f0ca6cab5e1e159.tar.gz
oslo-bf70726d4228ebf3e65aa75b8f0ca6cab5e1e159.tar.xz
oslo-bf70726d4228ebf3e65aa75b8f0ca6cab5e1e159.zip
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
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
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