Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Jun 1, 2021
1 parent 96c41b8 commit 6f207de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_ffmpeg_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ def test_ffmpeg_write_image(size, logfile, pixel_format, expected_result):
assert im.getpixel((i, j)) == expected_result[j][i]


# ImageMagick only argument, here to check if doesn't crash nothing
# using `program="ffmpeg"`
@pytest.mark.parametrize("loop", (None, 2), ids=("loop=None", "loop=2"))
@pytest.mark.parametrize(
"opt",
Expand Down

0 comments on commit 6f207de

Please sign in to comment.