aboutsummaryrefslogtreecommitdiff
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
parent7b37ee93558a7d5c3ecca560893f0fa503e1b95b (diff)
downloadpython-urllib3-d586250c439ddfbdaf2dc485d7142083c3d58c72.tar
python-urllib3-d586250c439ddfbdaf2dc485d7142083c3d58c72.tar.gz
Refreshed 04_relax_nosetests_options.patch
-rw-r--r--debian/changelog4
-rw-r--r--debian/patches/04_relax_nosetests_options.patch8
2 files changed, 7 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 057413c..d3bd894 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,10 @@ python-urllib3 (1.7.1-1) UNRELEASED; urgency=low
- Refreshed
* debian/patches/02_require-cert-verification.patch
- Refreshed
+ * debian/patches/04_relax_nosetests_options.patch
+ - Refreshed
- -- Daniele Tricoli <eriol@mornie.org> Wed, 16 Oct 2013 16:51:08 +0200
+ -- Daniele Tricoli <eriol@mornie.org> Wed, 16 Oct 2013 17:15:54 +0200
python-urllib3 (1.6-2) unstable; urgency=high
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 =