From 8f78bc5edcf5a624238dcb3a41fb9c3c7fe89062 Mon Sep 17 00:00:00 2001 From: robert Date: Fri, 29 May 2026 10:43:00 -0300 Subject: [PATCH] test: use local a2a package --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 68f242a..1c2ad4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,4 @@ [tool.pytest.ini_options] asyncio_mode = "auto" testpaths = ["tests"] +pythonpath = ["../a2a"]