Skip to content

Commit

Permalink
Measure 50 slowest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-fcampbell committed Oct 17, 2024
1 parent 2a494c3 commit 26ece81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ features = ["development"]

[tool.hatch.envs.integration.scripts]
test = [
"pytest -m integration -n6 --dist=worksteal --deflake-test-type=integration --ignore=tests_integration/spcs tests_integration/",
"pytest --durations=50 -m integration -n6 --dist=worksteal --deflake-test-type=integration --ignore=tests_integration/spcs tests_integration/",
]
test-spcs = [
"pytest -m integration -n6 --dist=worksteal --deflake-test-type=integration tests_integration/spcs",
Expand Down

0 comments on commit 26ece81

Please sign in to comment.