ci: Remove --headed from pyproject.toml

This commit is contained in:
Chris Coutinho
2025-12-15 22:08:30 +01:00
parent dfc81923ba
commit 619c62d89a
+1 -1
View File
@@ -63,7 +63,7 @@ Changelog = "https://github.com/cbcoutinho/nextcloud-mcp-server/blob/master/CHAN
[tool.pytest.ini_options]
anyio_mode = "auto"
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
log_cli = 1
log_cli_level = "ERROR"
log_level = "ERROR"