Skip to content

Commit 9b14228

Browse files
committed
set norecursdirs
1 parent b21deb1 commit 9b14228

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,14 @@ 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 --ignore=bioimageio/core/weight_converters"
43+
addopts = "--cov=bioimageio --cov-report=xml --cov-append --capture=no --doctest-modules --failed-first --ignore=dogfood"
4444
testpaths = ["bioimageio/core", "tests"]
45+
norecursdirs = [
46+
".*",
47+
"dist",
48+
"bioimageio/core/backends",
49+
"bioimageio/core/weight_converters",
50+
]
4551

4652
[tool.ruff]
4753
line-length = 88

0 commit comments

Comments
 (0)