mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
chore(tests): always show slowest tests (#3431)
# What does this PR do? help developers identify slow tests by always passing --duration to pytest ## Test Plan n/a
This commit is contained in:
parent
3de9ad0a87
commit
8cf2128b40
1 changed files with 1 additions and 0 deletions
|
@ -354,6 +354,7 @@ warn_required_dynamic_aliases = true
|
|||
classmethod-decorators = ["classmethod", "pydantic.field_validator"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = ["--durations=10"]
|
||||
asyncio_mode = "auto"
|
||||
markers = [
|
||||
"allow_network: Allow network access for specific unit tests",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue