python-urllib3/python-urllib3-old-nose-compat.patch

27 lines
532 B
Diff
Raw Normal View History

2013-09-25 18:18:34 +00:00
From d1b64a6dc91bc9c350ac503febc34340c94c9066 Mon Sep 17 00:00:00 2001
2013-08-22 18:50:14 +00:00
From: Ralph Bean <rbean@redhat.com>
2013-09-25 18:18:34 +00:00
Date: Wed, 25 Sep 2013 13:28:37 -0400
Subject: [PATCH 3/3] old nose compat
2013-08-22 18:50:14 +00:00
---
2013-09-25 18:18:34 +00:00
setup.cfg | 3 ---
1 file changed, 3 deletions(-)
2013-08-22 18:50:14 +00:00
diff --git a/setup.cfg b/setup.cfg
2013-09-25 18:18:34 +00:00
index 8f1fee7..a8b1d1d 100644
2013-08-22 18:50:14 +00:00
--- a/setup.cfg
+++ b/setup.cfg
2013-09-25 18:18:34 +00:00
@@ -1,9 +1,6 @@
2013-02-28 14:56:18 +00:00
[nosetests]
-logging-clear-handlers = true
with-coverage = true
cover-package = urllib3
2013-08-22 18:50:14 +00:00
-cover-min-percentage = 100
2013-09-25 18:18:34 +00:00
-cover-erase = true
2013-02-28 14:56:18 +00:00
2013-08-22 18:50:14 +00:00
[egg_info]
tag_build =
--
1.8.3.1