Fix ffmpeg fixture (#164860)

This commit is contained in:
Ariel Ebersberger
2026-03-05 16:37:43 +01:00
committed by GitHub
parent 0618460d73
commit b57c7f8a95
+1 -1
View File
@@ -170,7 +170,7 @@ def mock_conversation_agent_fixture(hass: HomeAssistant) -> MockAgent:
return mock_conversation_agent_fixture_helper(hass)
@pytest.fixture(scope="session", autouse=find_spec("ffmpeg") is not None)
@pytest.fixture(scope="session", autouse=find_spec("haffmpeg") is not None)
def prevent_ffmpeg_subprocess() -> Generator[None]:
"""If installed, prevent ffmpeg from creating a subprocess."""
with patch(