aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2015-10-08 13:19:50 -0700
committerDaniele Tricoli <eriol@mornie.org>2015-10-10 03:15:33 +0200
commit28953c4c9c5ad7893bd392658016019fbf78088a (patch)
treea28d2800739a4b93dd532265a1e6444067b6e52f
parentf3ff91a4a00160a0e1afcaa7cd79219cd851bccd (diff)
downloadpython-urllib3-28953c4c9c5ad7893bd392658016019fbf78088a.tar
python-urllib3-28953c4c9c5ad7893bd392658016019fbf78088a.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]