diff --git a/pyproject.toml b/pyproject.toml index 992e548f9..b4dc6ed34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -134,3 +134,6 @@ markers = [ "integration: marks tests requiring external services (API keys, Modal, etc.)", ] addopts = "-m 'not integration' -n auto" + +[tool.uv] +exclude-newer = "7 days"