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 6117aaa commit b3725ddCopy full SHA for b3725dd
pyproject.toml
@@ -42,7 +42,7 @@ Changelog = "https://github.com/cbcoutinho/nextcloud-mcp-server/blob/master/CHAN
42
43
[tool.pytest.ini_options]
44
anyio_mode = "auto"
45
-addopts = "-p no:asyncio -x --headed" # Disable pytest-asyncio plugin, use only anyio
+addopts = "-p no:asyncio -x" # Disable pytest-asyncio plugin, use only anyio
46
log_cli = 1
47
log_cli_level = "ERROR"
48
log_level = "ERROR"
0 commit comments