You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: limit pytest duration reports to the slowest 20 tests (#2523)
* ci: limit pytest duration reports to the slowest 20 tests
--durations=0 prints every test phase and floods CI logs. Report only
the slowest 20 instead.
* ci: set pytest --durations=20 via package config defaults
Move the duration limit into pytest addopts so CI and local runs
share one default, instead of repeating --durations on every command.
0 commit comments