From bd699cbee3ec2d674758677f0323263204a138a2 Mon Sep 17 00:00:00 2001 From: Mort Yao Date: Thu, 9 May 2019 01:39:55 +0200 Subject: [PATCH] [tests] remove test_toutiao since it breaks too often --- tests/test.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test.py b/tests/test.py index 20b8de50..9584ac51 100644 --- a/tests/test.py +++ b/tests/test.py @@ -32,9 +32,6 @@ class YouGetTests(unittest.TestCase): info_only=True ) - def test_toutiao(self): - toutiao.download('https://www.365yg.com/i6640053613567675662/#mid=1611922564114440', info_only=True) - if __name__ == '__main__': unittest.main()