We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff8573 commit a944039Copy full SHA for a944039
pyproject.toml
@@ -117,7 +117,7 @@ exclude = [
117
118
[tool.pytest.ini_options]
119
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"
+addopts = "--no-cov-on-fail --cov=manim --cov-report xml --cov-report term -n auto --dist=loadfile --durations=0"
121
122
[tool.isort]
123
profile = "black"
0 commit comments