From b3725dd2f5f511c22438e7364864be9f61795f78 Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Sun, 2 Nov 2025 14:44:57 +0100 Subject: [PATCH] test: Remove --headed from pytest addopts --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2b064cf..9c17772 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,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"