We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f21ebed commit b21deb1Copy full SHA for b21deb1
pyproject.toml
@@ -40,7 +40,7 @@ typeCheckingMode = "strict"
40
useLibraryCodeForTypes = true
41
42
[tool.pytest.ini_options]
43
-addopts = "--cov=bioimageio --cov-report=xml --cov-append --capture=no --doctest-modules --failed-first --ignore=dogfood --ignore=bioimageio/core/backends"
+addopts = "--cov=bioimageio --cov-report=xml --cov-append --capture=no --doctest-modules --failed-first --ignore=dogfood --ignore=bioimageio/core/backends --ignore=bioimageio/core/weight_converters"
44
testpaths = ["bioimageio/core", "tests"]
45
46
[tool.ruff]
0 commit comments