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:
Matthew Farrellee 2025-09-13 12:28:04 -04:00 committed by GitHub
parent 3de9ad0a87
commit 8cf2128b40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -354,6 +354,7 @@ warn_required_dynamic_aliases = true
classmethod-decorators = ["classmethod", "pydantic.field_validator"] classmethod-decorators = ["classmethod", "pydantic.field_validator"]
[tool.pytest.ini_options] [tool.pytest.ini_options]
addopts = ["--durations=10"]
asyncio_mode = "auto" asyncio_mode = "auto"
markers = [ markers = [
"allow_network: Allow network access for specific unit tests", "allow_network: Allow network access for specific unit tests",