public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/yapsy/files/
@ 2020-06-02  4:28 Aaron Bauman
  0 siblings, 0 replies; only message in thread
From: Aaron Bauman @ 2020-06-02  4:28 UTC (permalink / raw
  To: gentoo-commits

commit:     d5a3d0f1a24ade39ac3c38a4a5f3f57dea2dbc50
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue May 19 19:24:59 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Jun  2 04:28:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5a3d0f1

dev-python/yapsy: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15883
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 .../files/yapsy-1.11.223-python36-tests.patch      | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/dev-python/yapsy/files/yapsy-1.11.223-python36-tests.patch b/dev-python/yapsy/files/yapsy-1.11.223-python36-tests.patch
deleted file mode 100644
index 55b6b00873b..00000000000
--- a/dev-python/yapsy/files/yapsy-1.11.223-python36-tests.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From b79ab28e430995cd64923bb93474b214bc38529b Mon Sep 17 00:00:00 2001
-From: Thibauld Nion <thibauld@tibonihoo.net>
-Date: Sun, 29 Jan 2017 18:31:06 +0100
-Subject: [PATCH] fix error on python 3.6
-
----
- test/test_ErrorInPlugin.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/test/test_ErrorInPlugin.py b/test/test_ErrorInPlugin.py
-index 171ce5d..9f22dcf 100644
---- a/test/test_ErrorInPlugin.py
-+++ b/test/test_ErrorInPlugin.py
-@@ -50,7 +50,7 @@ def errorMock(*args,**kwargs):
- 		self.assertEqual(len(callback_infos),1)
- 		self.assertTrue(isinstance(callback_infos[0].error,tuple))
- 		self.assertEqual(loadedPlugins[0],callback_infos[0])
--		self.assertEqual(callback_infos[0].error[0],ImportError)
-+		self.assertTrue(issubclass(callback_infos[0].error[0],ImportError))
- 		# check that the getCategories works
- 		self.assertEqual(len(spm.getCategories()),1)
- 		sole_category = spm.getCategories()[0]


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-06-02  4:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-02  4:28 [gentoo-commits] repo/gentoo:master commit in: dev-python/yapsy/files/ Aaron Bauman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox