dev-python/lyricwikia: move to net-misc catagory

it is more appropriate since it is not realy
a library, and youtube-dl is in this catagory as well

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-04-21 18:55:42 +02:00
parent 95dc2a7fc8
commit fe5732e35f
6 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
diff --git a/tests/test_get_lyrics.py b/tests/test_get_lyrics.py
index 5b1bb74..634ca55 100644
--- a/tests/test_get_lyrics.py
+++ b/tests/test_get_lyrics.py
@@ -26,6 +26,6 @@ def test_returnLyricsNotFound():
assert len(responses.calls) == 1
-def test_integration():
- lyrics = get_lyrics('Led Zeppelin', 'Stairway to Heaven')
- assert 'lady' in lyrics.lower()
+# def test_integration():
+# lyrics = get_lyrics('Led Zeppelin', 'Stairway to Heaven')
+# assert 'lady' in lyrics.lower()