mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-30 01:41:43 +00:00
Add exclude-newer option for UV tool in pyproject.toml
This commit is contained in:
parent
f9487ee831
commit
dce2b0dfa8
1 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue