Commit Graph

5 Commits (42a44f01c3f3be9c2af7d91807f0eb85168815e4)

Author SHA1 Message Date
pukkandan b6dc37fe2a
[test] Convert warnings into errors
* And fix some existing warnings

Authored by: fstirlitz
Á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