Skip to content

Commit c3897ae

Browse files
committed
skip ffmpeg related tests
Signed-off-by: Eli Uriegas <[email protected]>
1 parent b2833ff commit c3897ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_video.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ def _template_read_video(video_object, s=0, e=None):
276276
return video_frames, audio_frames, video_object.get_metadata()
277277

278278

279+
@unittest.skip("ffmpeg isn't included in this release skip these tests")
279280
@unittest.skipIf(_HAS_VIDEO_OPT is False, "Didn't compile with ffmpeg")
280281
class TestVideo(unittest.TestCase):
281282
@unittest.skipIf(av is None, "PyAV unavailable")

0 commit comments

Comments
 (0)