Commit Graph

4 Commits (b6ce9bb038d0f70b955dc096561901419a8d14e2)

Author SHA1 Message Date
Ákos Sülyi a387b69a7c
[devscripts/run_tests] Use markers to filter tests ()
`-k` filters using a substring match on test name.
`-m` checks markers for an exact match.
Authored by: sulyi
pukkandan 060ac76257
[test] Use `pytest` instead of `nosetests` ()
`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 
Alex Merkel ab8e5e516f Add post_hooks option to YoutubeDL.py (https://github.com/ytdl-org/youtube-dl/pull/27573)
Authored by: alexmerkel
pukkandan c76eb41bb9 Preparing for release