diff options
author | Daniele Tricoli <eriol@mornie.org> | 2015-10-08 13:19:50 -0700 |
---|---|---|
committer | SVN-Git Migration <python-modules-team@lists.alioth.debian.org> | 2015-10-08 13:19:50 -0700 |
commit | 4c635f6a22f63cb8ae21916bda23ce7987953630 (patch) | |
tree | 3650acee08bb10c46bb16cd0efd790dab45bdc37 | |
parent | dc99fcbaf17c2d80172632cfcee0ed47762b9ccd (diff) | |
download | python-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.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] |