]> jfr.im git - yt-dlp.git/commit
[test] Use `pytest` instead of `nosetests` (#482)
authorpukkandan <redacted>
Fri, 23 Jul 2021 14:48:15 +0000 (20:18 +0530)
committerGitHub <redacted>
Fri, 23 Jul 2021 14:48:15 +0000 (20:18 +0530)
commit060ac76257a8c1f7370a8a571821c1d73377701f
tree00151756376ba250a7de158f3218ae58b89c560b
parent063c409dfb6b0d525cbbd6ba1fbb53db2c0c99db
[test] Use `pytest` instead of `nosetests` (#482)

`nosetests` is no longer being maintained : https://github.com/nose-devs/nose/issues/1099
and will stop working in py 3.10 as can be seen in #480
22 files changed:
.github/workflows/core.yml
.github/workflows/download.yml
.github/workflows/quick-test.yml
.gitignore
CONTRIBUTING.md
Makefile
README.md
devscripts/run_tests.bat
devscripts/run_tests.sh
pytest.ini [new file with mode: 0644]
test/helper.py
test/test_InfoExtractor.py
test/test_age_restriction.py
test/test_download.py
test/test_iqiyi_sdk_interpreter.py
test/test_post_hooks.py
test/test_socks.py
test/test_subtitles.py
test/test_write_annotations.py
test/test_youtube_lists.py
test/test_youtube_signature.py
tox.ini