[Python-modules-commits] [python-urllib3] 07/10: Do not use logging-clear-handlers to see all logging output and
Daniele Tricoli
eriol-guest at moszumanska.debian.org
Wed Dec 23 23:39:00 UTC 2015
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 2e8803cd1dd80c4d7b03582cbe807becc4373f2c
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 b5fe992..ca24a71 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