aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2015-10-08 13:19:50 -0700
committerSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 13:19:50 -0700
commit4c635f6a22f63cb8ae21916bda23ce7987953630 (patch)
tree3650acee08bb10c46bb16cd0efd790dab45bdc37
parentdc99fcbaf17c2d80172632cfcee0ed47762b9ccd (diff)
downloadpython-urllib3-4c635f6a22f63cb8ae21916bda23ce7987953630.tar
python-urllib3-4c635f6a22f63cb8ae21916bda23ce7987953630.tar.gz
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
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 6a64ffa..25a6815 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]