Skip to content

Commit

Permalink
tests: parallelize across logical cpu cores
Browse files Browse the repository at this point in the history
  • Loading branch information
neersighted committed Mar 25, 2024
1 parent 5a3c8c8 commit 3813224
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 @@ -189,7 +189,7 @@ ignore_missing_imports = true


[tool.pytest.ini_options]
addopts = "-n auto"
addopts = "-n logical"
testpaths = ["tests"]
markers = [
"network: mark tests that require internet access",
Expand Down

0 comments on commit 3813224

Please sign in to comment.