chore: agentic upgrade
dev / deploy (push) Failing after 2m50s
compute / deploy (push) Has been cancelled

This commit is contained in:
Daniil
2026-05-17 02:11:48 +03:00
parent a2d92a4da9
commit cca1668fee
13 changed files with 325 additions and 549 deletions
+3
View File
@@ -22,6 +22,9 @@ class _FakeProcess:
async def communicate(self) -> tuple[bytes, bytes]:
return b"", b""
async def wait(self) -> int:
return self.returncode
@pytest.mark.asyncio
async def test_remove_silence_uses_single_input_trim_filter(tmp_path) -> None: