ci: Remove --setup-show from pytest args

This commit is contained in:
Chris Coutinho
2025-10-19 01:58:22 +02:00
parent c2f6c6ce0d
commit 198d7495f0
+1 -1
View File
@@ -62,4 +62,4 @@ jobs:
NEXTCLOUD_USERNAME: "admin"
NEXTCLOUD_PASSWORD: "admin"
run: |
uv run pytest --setup-show -v --log-cli-level=INFO
uv run pytest -v --log-level=INFO