Skip to content

Commit

Permalink
Update "pyproject.toml" file for "pytest" scheduling.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Oct 15, 2022
1 parent c766cb4 commit 9f37b50
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 @@ -151,7 +151,7 @@ convention = "numpy"
add-ignore = "D104,D200,D202,D205,D301,D400"

[tool.pytest.ini_options]
addopts = "-n auto --durations=5"
addopts = "-n auto --dist=loadscope --durations=5"

[build-system]
requires = [ "poetry_core>=1.0.0" ]
Expand Down

0 comments on commit 9f37b50

Please sign in to comment.