[Python-modules-commits] [python-urllib3] 06/08: Do not use logging-clear-handlers to see all logging output and

Daniele Tricoli eriol-guest at moszumanska.debian.org
Sun Sep 4 00:01:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

eriol-guest pushed a commit to branch master
in repository python-urllib3.

commit 2671c5c6d63d596af6d5e814f755740c55da8813
Author: Daniele Tricoli <eriol at mornie.org>
Date:   Thu Oct 8 13:19:50 2015 -0700

    Do not use logging-clear-handlers to see all logging output and
    
     disable cover-min-percentage since it require python-nose (>= 1.3): this way
     it will be easier to backport python-urllib3 to Wheezy.
    Forwarded: not-needed
    Last-Update: 2014-7-7
    
    Patch-Name: 04_relax_nosetests_options.patch
---
 setup.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index 972e02c..4fabdbe 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,8 +1,8 @@
 [nosetests]
-logging-clear-handlers = true
+# logging-clear-handlers = true
 with-coverage = true
 cover-package = urllib3
-cover-min-percentage = 100
+# cover-min-percentage = 100
 cover-erase = true
 
 [flake8]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-urllib3.git



More information about the Python-modules-commits mailing list