mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-22 17:15:39 +07:00
Fix test selection in Python 2.6
This commit is contained in:
@@ -61,6 +61,7 @@ def test_wfunc(*args, **kwargs):
|
||||
else:
|
||||
print('Skipped test')
|
||||
return
|
||||
test_wfunc.__name__ = f.__name__
|
||||
return test_wfunc
|
||||
return resfunc
|
||||
_skip = lambda *args, **kwargs: _skip_unless(False, *args, **kwargs)
|
||||
|
||||
Reference in New Issue
Block a user