Skip to content

Commit

Permalink
Prevent pytest from picking up pybind11 tests. (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc authored Nov 27, 2023
1 parent f6abd8b commit f65a0ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ build-backend = "setuptools.build_meta"

[tool.cibuildwheel.linux]
before-all = "bash ci/ci-buildwheel-prepare-linux.sh"

[tool.pytest.ini_options]
testpaths = ["python/tests"]

0 comments on commit f65a0ae

Please sign in to comment.