aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/04_relax_nosetests_options.patch
diff options
context:
space:
mode:
authorSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 13:19:52 -0700
committerSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 13:19:52 -0700
commitc81f55d5ea254affbb6d8e87d03098d244ffe468 (patch)
tree80ac480f9e113bc246f8b43edf702caba1b141e3 /debian/patches/04_relax_nosetests_options.patch
parente233bfa0d673601895c3dccb91dba9f6adff8ef1 (diff)
parent6037bb76fda33e09811e44f56bf3dcc73daeebc4 (diff)
downloadpython-urllib3-c81f55d5ea254affbb6d8e87d03098d244ffe468.tar
python-urllib3-c81f55d5ea254affbb6d8e87d03098d244ffe468.tar.gz
Initialize git-dpm
Diffstat (limited to 'debian/patches/04_relax_nosetests_options.patch')
-rw-r--r--debian/patches/04_relax_nosetests_options.patch14
1 files changed, 12 insertions, 2 deletions
diff --git a/debian/patches/04_relax_nosetests_options.patch b/debian/patches/04_relax_nosetests_options.patch
index 2f7f8ff..8f23e88 100644
--- a/debian/patches/04_relax_nosetests_options.patch
+++ b/debian/patches/04_relax_nosetests_options.patch
@@ -1,10 +1,20 @@
-Description: Do not use logging-clear-handlers to see all logging output and
+From 4c635f6a22f63cb8ae21916bda23ce7987953630 Mon Sep 17 00:00:00 2001
+From: Daniele Tricoli <eriol@mornie.org>
+Date: Thu, 8 Oct 2015 13:19:50 -0700
+Subject: 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: 2014-7-7
+Patch-Name: 04_relax_nosetests_options.patch
+---
+ setup.cfg | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/setup.cfg b/setup.cfg
+index 6a64ffa..25a6815 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,8 +1,8 @@