Skip to content

Commit

Permalink
Really boost the parallelism on integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-fcampbell committed Sep 20, 2024
1 parent 05a6689 commit 84d9db3
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 @@ -119,7 +119,7 @@ pre-install-commands = [
features = ["development"]

[tool.hatch.envs.integration.scripts]
test = ["pytest -m integration -n6 --dist=worksteal --deflake-test-type=integration --ignore=tests_integration/spcs"]
test = ["pytest -m integration -n32 --dist=worksteal --deflake-test-type=integration --ignore=tests_integration/spcs"]
test-spcs = ["pytest -m integration -n6 --dist=worksteal --deflake-test-type=integration tests_integration/spcs"]
test_qa = ["pytest -m 'integration and not no_qa' -n6 --dist=worksteal --deflake-test-type=integration"]

Expand Down

0 comments on commit 84d9db3

Please sign in to comment.