Skip to content

Commit 3320f46

Browse files
add support for parallel run
Reported-by: lekhnath-parajuli-nexyom <lekhnath.parajuli@nexyom.com>
1 parent 6353dd1 commit 3320f46

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,18 @@ members = ["examples/servers/*"]
108108
[tool.uv.sources]
109109
mcp = { workspace = true }
110110

111+
[tool.pytest_env]
112+
LOGGING_DISABLED = true
113+
111114
[tool.pytest.ini_options]
112115
xfail_strict = true
116+
addopts = """
117+
-vv
118+
--color=yes
119+
--capture=fd
120+
--numprocesses 4
121+
--disable-warnings
122+
"""
113123
filterwarnings = [
114124
"error",
115125
# This should be fixed on Uvicorn's side.

0 commit comments

Comments
 (0)