Skip to content

Commit 5015d6d

Browse files
author
Daniel Flores
committed
remove unneeded slow mark
1 parent 733022c commit 5015d6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_ops.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,6 @@ def test_video_encoder_round_trip(self, tmp_path, format, method):
14571457
assert psnr(s_frame, rt_frame) > 30
14581458
assert_close(s_frame, rt_frame, atol=atol, rtol=0)
14591459

1460-
@pytest.mark.slow
14611460
@pytest.mark.parametrize(
14621461
"format",
14631462
(

0 commit comments

Comments
 (0)