[Python-modules-commits] r25170 - in packages/kombu/trunk/debian/patches (1 file)
zigo at users.alioth.debian.org
zigo at users.alioth.debian.org
Sat Jul 13 07:09:45 UTC 2013
Date: Saturday, July 13, 2013 @ 07:09:44
Author: zigo
Revision: 25170
Refreshed debian/patches/remove_nose-cover3.patch
Modified:
packages/kombu/trunk/debian/patches/remove_nose-cover3.patch
Modified: packages/kombu/trunk/debian/patches/remove_nose-cover3.patch
===================================================================
--- packages/kombu/trunk/debian/patches/remove_nose-cover3.patch 2013-07-13 07:09:37 UTC (rev 25169)
+++ packages/kombu/trunk/debian/patches/remove_nose-cover3.patch 2013-07-13 07:09:44 UTC (rev 25170)
@@ -1,11 +1,11 @@
Description: nose-cover3 is not mandoatory for running the unittests.
Author: Michael Fladischer <FladischerMichael at fladi.at>
-Last-Update: 2011-02-02
+Last-Update: 2013-07-13
Forwarded: not-needed
---- a/setup.cfg
-+++ b/setup.cfg
-@@ -2,19 +2,6 @@
+--- kombu-2.5.12.orig/setup.cfg
++++ kombu-2.5.12/setup.cfg
+@@ -2,21 +2,6 @@
verbosity = 1
detailed-errors = 1
where = kombu/tests
@@ -13,20 +13,22 @@
-cover3-html = 1
-cover3-package = kombu
-cover3-exclude = kombu
+- kombu.transport.mongodb
+- kombu.transport.filesystem
- kombu.utils.compat
- kombu.utils.eventio
- kombu.utils.finalize
-- kombu.transport.pika
- kombu.transport.couchdb
-- kombu.transport.mongodb
- kombu.transport.beanstalk
+- kombu.transport.sqlalchemy
- kombu.transport.SQS
- kombu.transport.zookeeper
+- kombu.transport.zmq
[build_sphinx]
source-dir = docs/
---- a/requirements/test.txt
-+++ b/requirements/test.txt
+--- kombu-2.5.12.orig/requirements/test.txt
++++ kombu-2.5.12/requirements/test.txt
@@ -1,4 +1,3 @@
nose
-nose-cover3
More information about the Python-modules-commits
mailing list