aboutsummaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2013-05-11 12:34:30 +0000
committerDaniele Tricoli <eriol@mornie.org>2013-05-11 12:34:30 +0000
commit59d919ef9ace665df2786b3c7efe44fa334a7ea4 (patch)
treed66041430915a288885bb95fbf709caedbc33e9f /debian/patches
parente60e123dc16866c6f9f210783565c709a7d64885 (diff)
downloadpython-urllib3-59d919ef9ace665df2786b3c7efe44fa334a7ea4.tar
python-urllib3-59d919ef9ace665df2786b3c7efe44fa334a7ea4.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.
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/04_relax_nosetests_options.patch20
-rw-r--r--debian/patches/series1
2 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/04_relax_nosetests_options.patch b/debian/patches/04_relax_nosetests_options.patch
new file mode 100644
index 0000000..5305efa
--- /dev/null
+++ b/debian/patches/04_relax_nosetests_options.patch
@@ -0,0 +1,20 @@
+Description: 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.
+Author: Daniele Tricoli <eriol@mornie.org>
+Forwarded: not-needed
+Last-Update: 2013-05-11
+
+--- a/setup.cfg
++++ b/setup.cfg
+@@ -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
+
+ [egg_info]
+ tag_build =
diff --git a/debian/patches/series b/debian/patches/series
index 47bcce3..c264be2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+04_relax_nosetests_options.patch
03_no-setuptools.patch
01_do-not-use-embedded-python-six.patch
02_require-cert-verification.patch