auto-sync: 2026-06-08 23:38:34 (catch-all)

This commit is contained in:
cfdaily
2026-06-08 23:38:34 +08:00
parent 8c6782a7ad
commit ec2bd9b3ec
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ markers = [
"integration: integration tests (requires RUN_INTEGRATION=1)",
"e2e: end-to-end tests with real daemon + Agent (requires RUN_INTEGRATION=1)",
]
addopts = "-m 'not integration and not e2e'"
addopts = "-m not integration and not e2e"
[tool.pyright]
venvPath = "."