Skip to content

Commit a45d5d8

Browse files
committed
pyproject.toml: Do not recurse in vcpkg dirs when collecting tests
Some vcpkg ports have some Python tests files that should not be collected by pytest.
1 parent 924c143 commit a45d5d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ addopts = [
132132
"--junitxml=junit.xml",
133133
]
134134
testpaths = "hatch_cpp/tests"
135+
norecursedirs = "vcpkg"
135136

136137
[tool.ruff]
137138
line-length = 150

0 commit comments

Comments
 (0)