diff options
author | Daniele Tricoli <eriol@mornie.org> | 2013-10-16 15:19:37 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2013-10-16 15:19:37 +0000 |
commit | d586250c439ddfbdaf2dc485d7142083c3d58c72 (patch) | |
tree | 436d479a24136c1205a9e1c41c670aa79be78a52 /debian/patches | |
parent | 7b37ee93558a7d5c3ecca560893f0fa503e1b95b (diff) | |
download | python-urllib3-d586250c439ddfbdaf2dc485d7142083c3d58c72.tar python-urllib3-d586250c439ddfbdaf2dc485d7142083c3d58c72.tar.gz |
Refreshed 04_relax_nosetests_options.patch
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/04_relax_nosetests_options.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches/04_relax_nosetests_options.patch b/debian/patches/04_relax_nosetests_options.patch index 29f47c6..29e6910 100644 --- a/debian/patches/04_relax_nosetests_options.patch +++ b/debian/patches/04_relax_nosetests_options.patch @@ -3,18 +3,18 @@ Description: Do not use logging-clear-handlers to see all logging output and it will be easier to backport python-urllib3 to Wheezy. Author: Daniele Tricoli <eriol@mornie.org> Forwarded: not-needed -Last-Update: 2013-05-11 +Last-Update: 2013-10-16 --- a/setup.cfg +++ b/setup.cfg @@ -1,8 +1,8 @@ [nosetests] -logging-clear-handlers = true -+#logging-clear-handlers = true ++# logging-clear-handlers = true with-coverage = true cover-package = urllib3 -cover-min-percentage = 100 -+#cover-min-percentage = 100 ++# cover-min-percentage = 100 + cover-erase = true [egg_info] - tag_build = |