Skip to content

Commit 73a50d2

Browse files
committed
.
1 parent 76d1d7b commit 73a50d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/decoders/test_video_decoder_ops.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ def test_seek_and_next(self, device):
8686

8787
@pytest.mark.parametrize("device", cpu_and_cuda())
8888
def test_seek_to_negative_pts(self, device):
89-
device = "cpu"
9089
decoder = create_from_file(str(NASA_VIDEO.path))
9190
scan_all_streams_to_update_metadata(decoder)
9291
add_video_stream(decoder, device=device)

0 commit comments

Comments
 (0)