diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index 955feb07..11ea5dc7 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -106,6 +106,7 @@ ignore_errors = true [tool.pytest.ini_options] asyncio_mode = "auto" testpaths = ["tests"] +addopts = "-m 'not integration'" markers = [ "integration: 需要外部服務 (Redis/PostgreSQL/K8s) 的整合測試,需在有外部服務的環境執行", ]