Skip to content

Commit b21deb1

Browse files
committed
ignore docstring tests in weight_converters for their optional dependencies
1 parent f21ebed commit b21deb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ typeCheckingMode = "strict"
4040
useLibraryCodeForTypes = true
4141

4242
[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"
43+
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"
4444
testpaths = ["bioimageio/core", "tests"]
4545

4646
[tool.ruff]

0 commit comments

Comments
 (0)