1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-06-27 17:08:32 +00:00

test: remove commented-out stderr capture in test_get_version_info

This commit is contained in:
moonshinerd 2025-06-08 11:41:04 -03:00
parent 8e676d6da0
commit 10771c43b8

View File

@ -324,8 +324,6 @@ def test_get_version_info(self):
'target_commitish': '',
'body': '- Implements extra parameter validation\n- Optimizes performance in date parser\n',
}
# captura de stderr
stderr = io.StringIO()
with redirect_stderr(stderr):
version, commit = updater._get_version_info('')