We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e7688 commit 952a0a5Copy full SHA for 952a0a5
pyproject.toml
@@ -19,6 +19,6 @@ testpaths = ["tests/Python"]
19
20
[tool.cibuildwheel]
21
enable = ["pypy"]
22
-test-command = "python -m pytest"
+test-command = "python -m pytest {project}/tests/Python"
23
#test-sources = ["tests/Python"]
24
test-extras = ["testing"]
0 commit comments