Skip to content

Commit 3c6fd84

Browse files
author
Dan-Flores
committed
remove ffmpeg6 test skip for now
1 parent 201ebfb commit 3c6fd84

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test_ops.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1375,8 +1375,6 @@ def get_encoded_data(self):
13751375

13761376
def test_to_file_like_real_file(self, tmp_path):
13771377
"""Test to_file_like with a real file opened in binary write mode."""
1378-
if get_ffmpeg_major_version() == 6:
1379-
pytest.skip("Skipping round trip test for FFmpeg 6")
13801378
source_frames = self.decode(TEST_SRC_2_720P.path).data
13811379
file_path = tmp_path / "test_file_like.mp4"
13821380

0 commit comments

Comments
 (0)