Skip to content

Commit d451df7

Browse files
committed
Use -n 1
1 parent a80d898 commit d451df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ max-args=10
162162

163163
[tool.pytest.ini_options]
164164
minversion = "6.0"
165-
addopts = "--verbose --durations=0 --durations-min=0.2 --doctest-modules --mpl --mpl-results-path=results -n auto"
165+
addopts = "--verbose --durations=0 --durations-min=0.2 --doctest-modules --mpl --mpl-results-path=results -n 1"
166166
markers = [
167167
"benchmark: mark a test with custom benchmark settings.",
168168
]

0 commit comments

Comments
 (0)