mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-19 23:04:25 +01:00
add support for parallel run (#739)
Co-authored-by: Lekhnath Parajuli <lekhnathparajuli4@gmail.com>
This commit is contained in:
committed by
GitHub
parent
073471cdf1
commit
d1876433af
@@ -109,7 +109,13 @@ members = ["examples/servers/*"]
|
|||||||
mcp = { workspace = true }
|
mcp = { workspace = true }
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
|
log_cli = true
|
||||||
xfail_strict = true
|
xfail_strict = true
|
||||||
|
addopts = """
|
||||||
|
--color=yes
|
||||||
|
--capture=fd
|
||||||
|
--numprocesses auto
|
||||||
|
"""
|
||||||
filterwarnings = [
|
filterwarnings = [
|
||||||
"error",
|
"error",
|
||||||
# This should be fixed on Uvicorn's side.
|
# This should be fixed on Uvicorn's side.
|
||||||
|
|||||||
Reference in New Issue
Block a user