From d1876433afa8b8d706ee30254afc44abc82d9780 Mon Sep 17 00:00:00 2001 From: Lekhnath Parajuli Date: Fri, 23 May 2025 21:58:24 +0545 Subject: [PATCH] add support for parallel run (#739) Co-authored-by: Lekhnath Parajuli --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 1b3f869..5db112c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,7 +109,13 @@ members = ["examples/servers/*"] mcp = { workspace = true } [tool.pytest.ini_options] +log_cli = true xfail_strict = true +addopts = """ + --color=yes + --capture=fd + --numprocesses auto +""" filterwarnings = [ "error", # This should be fixed on Uvicorn's side.