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 b4e76d1 commit 43438d9Copy full SHA for 43438d9
pyproject.toml
@@ -39,7 +39,7 @@ typeCheckingMode = "strict"
39
useLibraryCodeForTypes = true
40
41
[tool.pytest.ini_options]
42
-addopts = "--cov=bioimageio --cov-report=xml -n auto --capture=no --doctest-modules --failed-first"
+addopts = "--cov=bioimageio --cov-report=xml --cov-append -n 0 --capture=no --doctest-modules --failed-first"
43
44
[tool.ruff]
45
line-length = 88
0 commit comments