aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_iqiyi_sdk_interpreter.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_iqiyi_sdk_interpreter.py')
-rw-r--r--test/test_iqiyi_sdk_interpreter.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_iqiyi_sdk_interpreter.py b/test/test_iqiyi_sdk_interpreter.py
index e6ed9d628..ee039f898 100644
--- a/test/test_iqiyi_sdk_interpreter.py
+++ b/test/test_iqiyi_sdk_interpreter.py
@@ -8,7 +8,7 @@ import sys
import unittest
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
-from test.helper import FakeYDL
+from test.helper import FakeYDL, is_download_test
from yt_dlp.extractor import IqiyiIE
@@ -31,6 +31,7 @@ class WarningLogger(object):
pass
+@is_download_test
class TestIqiyiSDKInterpreter(unittest.TestCase):
def test_iqiyi_sdk_interpreter(self):
'''