We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976e43a commit 14fb319Copy full SHA for 14fb319
tests/validation/functional/local/audio/test_ffmpeg_audio.py
@@ -52,7 +52,9 @@ def test_local_ffmpeg_audio(
52
53
# PCM 8 (pcm_s8) is not supported by the MCM FFmpeg plugin. Skip those cases.
54
if audio_files_25_03[audio_type]["format"] == "pcm_s8":
55
- pytest.skip("PCM 8 is not supported by Media Communications Mesh FFmpeg plugin!")
+ pytest.skip(
56
+ "PCM 8 is not supported by Media Communications Mesh FFmpeg plugin!"
57
+ )
58
59
audio_format = audio_file_format_to_format_dict(
60
str(audio_files_25_03[audio_type]["format"])
0 commit comments