commit: 31b05df0f500b7d403a608333e59b0456c14252c Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Mon Sep 19 17:36:34 2016 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Oct 8 17:59:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31b05df0
dev-python/pymongo: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/2363 Signed-off-by: David Seifert <soap <AT> gentoo.org> dev-python/pymongo/files/pymongo-2.5.1-greenlet.patch | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/dev-python/pymongo/files/pymongo-2.5.1-greenlet.patch b/dev-python/pymongo/files/pymongo-2.5.1-greenlet.patch deleted file mode 100644 index dde6228..00000000 --- a/dev-python/pymongo/files/pymongo-2.5.1-greenlet.patch +++ /dev/null @@ -1,17 +0,0 @@ -https://github.com/mongodb/mongo-python-driver/commit/519733457fb456f64b49ae66ffa6a401e1e72f24 -diff --git a/test/test_pooling_base.py b/test/test_pooling_base.py -index 2190f38..d396b56 100644 ---- a/test/test_pooling_base.py -+++ b/test/test_pooling_base.py -@@ -700,6 +700,10 @@ def leak_request(): - g.start() - g.join(1) - self.assertTrue(g.ready(), "Greenlet is hung") -+ -+ # In Gevent after 0.13.8, join() returns before the Greenlet.link -+ # callback fires. Give it a moment to reclaim the socket. -+ gevent.sleep(0.1) - else: - lock = thread.allocate_lock() - lock.acquire() -
