We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e084e6a commit eb28beeCopy full SHA for eb28bee
1 file changed
tests/test_smolagents_adapter.py
@@ -234,7 +234,7 @@ def test_audio_tool(shared_datadir):
234
pytest.skip(
235
"TorchCodec not installed; install torchcodec to run test_audio_tool. (uv add mcpadapt[audio])"
236
)
237
- except RuntimeError as e:
+ except RuntimeError:
238
239
"Couldn't load AudioDecoder from torchcodec. Likely because of runtime depedency (ffmpeg not installed or incompatible torch version)"
240
0 commit comments