From 500d735f589032e279139ce3b61298aa8cac0a40 Mon Sep 17 00:00:00 2001 From: Lekhnath Parajuli Date: Fri, 16 May 2025 02:55:48 +0545 Subject: [PATCH] add support for parallel test run --- pyproject.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 1b3f869942..3ae88069f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,8 +108,18 @@ members = ["examples/servers/*"] [tool.uv.sources] mcp = { workspace = true } +[tool.pytest_env] +LOGGING_DISABLED = true + [tool.pytest.ini_options] xfail_strict = true +addopts = """ + -vv + --color=yes + --capture=fd + --numprocesses 4 + --disable-warnings +""" filterwarnings = [ "error", # This should be fixed on Uvicorn's side.