summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Jorna <wraeth@gentoo.org>2021-07-05 19:40:38 +1000
committerSam Jorna <wraeth@gentoo.org>2021-07-05 19:41:13 +1000
commit295f94bed864d6f54d4abb81f28b40155a614e70 (patch)
tree1ef72c6eedec3bc31ab74bd191dc5fa59def02f0 /net-irc/limnoria/files
parentdev-python/linecache2: Eliminate unittest2 dep (diff)
downloadgentoo-295f94bed864d6f54d4abb81f28b40155a614e70.tar.gz
gentoo-295f94bed864d6f54d4abb81f28b40155a614e70.tar.bz2
gentoo-295f94bed864d6f54d4abb81f28b40155a614e70.zip
net-irc/limnoria: add RSS, fix version, fix tests
Fixes the version reported by the bot - previously would only report as 'installed on timestamp', now reports actual version. Stop removing the RSS plugin as the conflict caused by its presence no longer appears to exist. Also add upstream patch to fix broken test in RSS tests (GH#1479). Re-enable the Aka tests as issue resolved in GH#1392. Bug: https://github.com/ProgVal/Limnoria/issues/1392 Bug: https://github.com/ProgVal/Limnoria/issues/1479 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sam Jorna <wraeth@gentoo.org>
Diffstat (limited to 'net-irc/limnoria/files')
-rw-r--r--net-irc/limnoria/files/limnoria-20210617-rss-testRemoveAliasedFeed-mock_data.patch12
1 files changed, 12 insertions, 0 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
new file mode 100644
index 000000000000..f3a579112848
--- /dev/null
+++ b/net-irc/limnoria/files/limnoria-20210617-rss-testRemoveAliasedFeed-mock_data.patch
@@ -0,0 +1,12 @@
+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')