diff options
author | Daniele Tricoli <eriol@mornie.org> | 2015-10-08 13:19:50 -0700 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-12-22 14:12:58 +0000 |
commit | 11c93ac43225db29b9c7ead00e704ce97a11f89c (patch) | |
tree | 26512826b17a75d68b1e499cdf6d7543b505f7bd | |
parent | 32579d35274ade2e68935bb21263b4dc63910ad6 (diff) | |
download | python-urllib3-11c93ac43225db29b9c7ead00e704ce97a11f89c.tar python-urllib3-11c93ac43225db29b9c7ead00e704ce97a11f89c.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.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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] |