Skip to content

Commit bd7eb52

Browse files
committed
Correct call to pytest skip
1 parent 5407163 commit bd7eb52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/torchaudio_unittest/test_load_save_torchcodec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Now, load/save_torchcodec are the same as torchaudio.load/save, so
1616
# there is no need to test this.
17-
pytest.skip()
17+
pytest.skip(allow_module_level=True)
1818

1919
def get_ffmpeg_version():
2020
"""Get FFmpeg version to check for compatibility issues."""

0 commit comments

Comments
 (0)