mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-10 04:08:28 +08:00
Add exclude-newer option for UV tool in pyproject.toml
This commit is contained in:
@@ -134,3 +134,6 @@ markers = [
|
|||||||
"integration: marks tests requiring external services (API keys, Modal, etc.)",
|
"integration: marks tests requiring external services (API keys, Modal, etc.)",
|
||||||
]
|
]
|
||||||
addopts = "-m 'not integration' -n auto"
|
addopts = "-m 'not integration' -n auto"
|
||||||
|
|
||||||
|
[tool.uv]
|
||||||
|
exclude-newer = "7 days"
|
||||||
|
|||||||
Reference in New Issue
Block a user