Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit f65a0ae

Browse files
authored
Prevent pytest from picking up pybind11 tests. (#320)
1 parent f6abd8b commit f65a0ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ build-backend = "setuptools.build_meta"
99

1010
[tool.cibuildwheel.linux]
1111
before-all = "bash ci/ci-buildwheel-prepare-linux.sh"
12+
13+
[tool.pytest.ini_options]
14+
testpaths = ["python/tests"]

0 commit comments

Comments
 (0)