summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-05-16 08:13:54 +0200
committerSam James <sam@gentoo.org>2022-05-19 02:12:20 +0000
commit079b43b99426daadf302b7427f825939fdcd3c41 (patch)
tree7f518cdae0f385fb8a6b56a41927dcd06855fa5d /net-irc
parentapp-misc/g15daemon: remove unused patch (diff)
downloadgentoo-079b43b99426daadf302b7427f825939fdcd3c41.tar.gz
gentoo-079b43b99426daadf302b7427f825939fdcd3c41.tar.bz2
gentoo-079b43b99426daadf302b7427f825939fdcd3c41.zip
net-irc/limnoria: remove unused patch(es)
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/25512 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/limnoria/files/limnoria-20210617-rss-testRemoveAliasedFeed-mock_data.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-irc/limnoria/files/limnoria-20210617-rss-testRemoveAliasedFeed-mock_data.patch b/net-irc/limnoria/files/limnoria-20210617-rss-testRemoveAliasedFeed-mock_data.patch
deleted file mode 100644
index f3a579112848..000000000000
--- a/net-irc/limnoria/files/limnoria-20210617-rss-testRemoveAliasedFeed-mock_data.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/plugins/RSS/test.py b/plugins/RSS/test.py
-index eab10c61b..a9e3c07c6 100644
---- a/plugins/RSS/test.py
-+++ b/plugins/RSS/test.py
-@@ -102,6 +102,7 @@ def testCantAddDuplicatedFeed(self):
-
- @mock_urllib
- def testRemoveAliasedFeed(self, mock):
-+ mock._data = xkcd_new
- try:
- self.assertNotError('rss announce add http://xkcd.com/rss.xml')
- self.assertNotError('rss add xkcd http://xkcd.com/rss.xml')