aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-02-20 20:49:30 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-02-20 20:49:30 +0800
commit1d14c75f55094484127dda641465b5333296d497 (patch)
treeac8ec2448a64899a8beaae42baa19b9a076098bf /Makefile
parent99709cc3f121010421360ba94d75e16ce15f0be5 (diff)
downloadyoutube-dl-1d14c75f55094484127dda641465b5333296d497.zip
youtube-dl-1d14c75f55094484127dda641465b5333296d497.tar.gz
youtube-dl-1d14c75f55094484127dda641465b5333296d497.tar.bz2
[Makefile] iQiyi login test requires network
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f826c16..cb449b7 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ test:
ot: offlinetest
offlinetest: codetest
- nosetests --verbose test --exclude test_download.py --exclude test_age_restriction.py --exclude test_subtitles.py --exclude test_write_annotations.py --exclude test_youtube_lists.py
+ nosetests --verbose test --exclude test_download.py --exclude test_age_restriction.py --exclude test_subtitles.py --exclude test_write_annotations.py --exclude test_youtube_lists.py --exclude test_iqiyi_sdk_interpreter.py
tar: youtube-dl.tar.gz