We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3320f46 commit 63b41f3Copy full SHA for 63b41f3
pyproject.toml
@@ -108,17 +108,13 @@ members = ["examples/servers/*"]
108
[tool.uv.sources]
109
mcp = { workspace = true }
110
111
-[tool.pytest_env]
112
-LOGGING_DISABLED = true
113
-
114
[tool.pytest.ini_options]
+log_cli = true
115
xfail_strict = true
116
addopts = """
117
- -vv
118
--color=yes
119
--capture=fd
120
- --numprocesses 4
121
- --disable-warnings
+ --numprocesses auto
122
"""
123
filterwarnings = [
124
"error",
0 commit comments