Skip to content

Commit b3725dd

Browse files
committed
test: Remove --headed from pytest addopts
1 parent 6117aaa commit b3725dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Changelog = "https://github.com/cbcoutinho/nextcloud-mcp-server/blob/master/CHAN
4242

4343
[tool.pytest.ini_options]
4444
anyio_mode = "auto"
45-
addopts = "-p no:asyncio -x --headed" # Disable pytest-asyncio plugin, use only anyio
45+
addopts = "-p no:asyncio -x" # Disable pytest-asyncio plugin, use only anyio
4646
log_cli = 1
4747
log_cli_level = "ERROR"
4848
log_level = "ERROR"

0 commit comments

Comments
 (0)