Skip to content

Commit ee40602

Browse files
author
Daniel Flores
committed
test gif against ffmpeg cli
1 parent c29dee3 commit ee40602

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/test_ops.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1387,7 +1387,9 @@ def test_video_encoder_round_trip(self, tmp_path, format):
13871387

13881388
@pytest.mark.skipif(in_fbcode(), reason="ffmpeg CLI not available")
13891389
@pytest.mark.skipif(in_fbcode(), reason="ffmpeg CLI not available")
1390-
@pytest.mark.parametrize("format", ("mov", "mp4", "avi", "mkv", "webm", "flv"))
1390+
@pytest.mark.parametrize(
1391+
"format", ("mov", "mp4", "avi", "mkv", "webm", "flv", "gif")
1392+
)
13911393
def test_video_encoder_against_ffmpeg_cli(self, tmp_path, format):
13921394
ffmpeg_version = get_ffmpeg_major_version()
13931395
if format == "webm":

0 commit comments

Comments
 (0)