Skip to content

Commit

Permalink
Try to use -n=logical instead of -n=auto to investigate performance i…
Browse files Browse the repository at this point in the history
…n gitlab's CI
  • Loading branch information
tmillenaar committed Oct 23, 2024
1 parent 4028e42 commit 72f2582
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 @@ -68,7 +68,7 @@ dependencies = [

[tool.pytest.ini_options]
testpaths = ["test"]
addopts = ["--import-mode=importlib", "--cov=sourcefinder", "-q", "-ra", "-n=auto", "--dist=worksteal"]
addopts = ["--import-mode=importlib", "--cov=sourcefinder", "-q", "-ra", "-n=logical", "--dist=worksteal"]

[tool.black]
include = '\.pyi?$'
Expand Down

0 comments on commit 72f2582

Please sign in to comment.