Add exclude-newer option for UV tool in pyproject.toml
This commit is contained in:
parent
f9487ee831
commit
dce2b0dfa8
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user