From bfba3200ef5c6b9d3b372e19c7ce373cd2271a16 Mon Sep 17 00:00:00 2001 From: cfdaily Date: Wed, 20 May 2026 08:24:55 +0800 Subject: [PATCH] auto-sync: 2026-05-20 08:24:55 --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 699c320..7393a90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,9 @@ requires-python = ">=3.9" [tool.pytest.ini_options] asyncio_mode = "auto" testpaths = ["tests"] +markers = [ + "integration: real agent tests (requires RUN_INTEGRATION=1)", +] [tool.pyright] venvPath = "."