Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: parallelize across logical cpu cores
Browse files Browse the repository at this point in the history
neersighted committed Mar 25, 2024

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
1 parent b683ec7 commit 8e4fe9f
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
@@ -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",

0 comments on commit 8e4fe9f

Please sign in to comment.