aboutsummaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2013-10-16 15:19:37 +0000
committerDaniele Tricoli <eriol@mornie.org>2013-10-16 15:19:37 +0000
commitd586250c439ddfbdaf2dc485d7142083c3d58c72 (patch)
tree436d479a24136c1205a9e1c41c670aa79be78a52 /debian/patches
parent7b37ee93558a7d5c3ecca560893f0fa503e1b95b (diff)
downloadpython-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.patch8
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 =