mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-07 01:11:54 +00:00
[docs] Misc Cleanup (#8977)
Closes #8355, #8944 Authored by: bashonly, Grub4k, Arthurszzz, seproDev, pukkandan Co-authored-by: sepro <[email protected]> Co-authored-by: bashonly <[email protected]> Co-authored-by: Arthurszzz <[email protected]> Co-authored-by: Simon Sawicki <[email protected]> Co-authored-by: bashonly <[email protected]>
This commit is contained in:
co-authored by
sepro
bashonly
Arthurszzz
Simon Sawicki
bashonly
parent
0abf2f1f15
commit
47ab66db0f
@@ -45,7 +45,7 @@ class TestExecution(unittest.TestCase):
|
||||
self.assertTrue(os.path.exists(LAZY_EXTRACTORS))
|
||||
|
||||
_, stderr = self.run_yt_dlp(opts=('-s', 'test:'))
|
||||
# `MIN_RECOMMENDED` emits a deprecated feature warning for deprecated python versions
|
||||
# `MIN_RECOMMENDED` emits a deprecated feature warning for deprecated Python versions
|
||||
if stderr and stderr.startswith('Deprecated Feature: Support for Python'):
|
||||
stderr = ''
|
||||
self.assertFalse(stderr)
|
||||
|
||||
Reference in New Issue
Block a user