aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/04_relax_nosetests_options.patch
blob: 8f23e8848a7a7cb72bda0ea44addc4d3c74b014c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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.
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 @@
 [nosetests]
-logging-clear-handlers = true
+# logging-clear-handlers = true
 with-coverage = true
 cover-package = urllib3
-cover-min-percentage = 100
+# cover-min-percentage = 100
 cover-erase = true
 
 [flake8]