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

[test] skip sabr tests if protobug is not installed

This commit is contained in:
coletdjnz 2025-06-24 21:03:10 +12:00
parent 7b2cfd9bc6
commit 0fab874507
No known key found for this signature in database
GPG Key ID: 91984263BB39894A

View File

@ -0,0 +1,3 @@
import pytest
pytest.importorskip('protobug', reason='protobug is not installed')