We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92824ca commit 08e1164Copy full SHA for 08e1164
pyproject.toml
@@ -35,7 +35,7 @@ testpaths = ["python-pybind/tests"]
35
[tool.cibuildwheel]
36
build-frontend = "default"
37
test-requires = "pytest"
38
-test-command = "pytest python-pybind/tests"
+test-command = "pytest {project}/python-pybind/tests"
39
40
[tool.ruff.lint]
41
extend-select = [
0 commit comments