Skip to content

Commit a944039

Browse files
authored
Update pyproject.toml
1 parent cff8573 commit a944039

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
@@ -117,7 +117,7 @@ exclude = [
117117

118118
[tool.pytest.ini_options]
119119
markers = "slow: Mark the test as slow. Can be skipped with --skip_slow"
120-
addopts = "--no-cov-on-fail --cov=manim --cov-report xml --cov-report term -n 10 --dist=loadfile --durations=0"
120+
addopts = "--no-cov-on-fail --cov=manim --cov-report xml --cov-report term -n auto --dist=loadfile --durations=0"
121121

122122
[tool.isort]
123123
profile = "black"

0 commit comments

Comments
 (0)