Skip to content

Commit 63b41f3

Browse files
make num process auto and remove warnings
Reported-by: lekhnath-parajuli-nexyom <lekhnath.parajuli@nexyom.com>
1 parent 3320f46 commit 63b41f3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pyproject.toml

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

111-
[tool.pytest_env]
112-
LOGGING_DISABLED = true
113-
114111
[tool.pytest.ini_options]
112+
log_cli = true
115113
xfail_strict = true
116114
addopts = """
117-
-vv
118115
--color=yes
119116
--capture=fd
120-
--numprocesses 4
121-
--disable-warnings
117+
--numprocesses auto
122118
"""
123119
filterwarnings = [
124120
"error",

0 commit comments

Comments
 (0)