]> jfr.im git - yt-dlp.git/blob - tox.ini
[test] Use `pytest` instead of `nosetests` (#482)
[yt-dlp.git] / tox.ini
1 [tox]
2 envlist = py26,py27,py33,py34,py35
3
4 # Needed?
5 [testenv]
6 deps =
7 nose
8 coverage
9 # We need a valid $HOME for test_compat_expanduser
10 passenv = HOME
11 defaultargs = test --exclude test_download.py --exclude test_age_restriction.py
12 --exclude test_subtitles.py --exclude test_write_annotations.py
13 --exclude test_youtube_lists.py --exclude test_iqiyi_sdk_interpreter.py
14 --exclude test_socks.py
15 commands = nosetests --verbose {posargs:{[testenv]defaultargs}} # --with-coverage --cover-package=yt_dlp --cover-html
16 # test.test_download:TestDownload.test_NowVideo