From 9f158774e4ec981224c0e07a8c7dc1cc5f9bc55a Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Wed, 17 Apr 2013 12:26:33 -0400 Subject: [PATCH] Disable pdb by default when running tests --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9feac06260..d01e55c7db 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,4 +4,4 @@ with-xunit=1 rednose=1 # Uncomment the following line to open pdb when a test fails -pdb=1 \ No newline at end of file +#pdb=1 \ No newline at end of file