changeset 3158:55ff0b9ef89e beta

revert pdb trace on error tests
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 10 Jan 2013 20:39:22 +0100
parents a73aca2075b8
children 4910b2607a29
files setup.cfg
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/setup.cfg	Thu Jan 10 17:38:34 2013 +0100
+++ b/setup.cfg	Thu Jan 10 20:39:22 2013 +0100
@@ -11,8 +11,8 @@
 with-pylons=test.ini
 detailed-errors=1
 nologcapture=1
-pdb=1
-pdb-failures=1
+#pdb=1
+#pdb-failures=1
 
 # Babel configuration
 [compile_catalog]