diff options
author | Daniele Tricoli <eriol@mornie.org> | 2015-10-08 13:19:50 -0700 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2015-10-10 03:15:33 +0200 |
commit | 28953c4c9c5ad7893bd392658016019fbf78088a (patch) | |
tree | a28d2800739a4b93dd532265a1e6444067b6e52f | |
parent | f3ff91a4a00160a0e1afcaa7cd79219cd851bccd (diff) | |
download | python-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.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] |