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 6353dd1 commit 3320f46Copy full SHA for 3320f46
pyproject.toml
@@ -108,8 +108,18 @@ 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]
115
xfail_strict = true
116
+addopts = """
117
+ -vv
118
+ --color=yes
119
+ --capture=fd
120
+ --numprocesses 4
121
+ --disable-warnings
122
+"""
123
filterwarnings = [
124
"error",
125
# This should be fixed on Uvicorn's side.
0 commit comments