From c1a813a4b7b83d2feefbe43e4bffba4705da4c23 Mon Sep 17 00:00:00 2001 From: "zhuhuotui[codepongo]" Date: Sun, 14 Apr 2013 20:44:41 +0800 Subject: [PATCH] beause songtaste has blocked all oversea IPs,so remove it from the unit test --- tests/test.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test.py b/tests/test.py index 82523209..76851123 100644 --- a/tests/test.py +++ b/tests/test.py @@ -54,7 +54,3 @@ class YouGetTests(unittest.TestCase): "http://www.youtube.com/watch?v=pzKerr0JIPA", "http://youtu.be/pzKerr0JIPA", ]) - def test_songtaste(self): - test_urls([ - "http://www.songtaste.com/song/3255328/", - ])