Skip to content

Commit 952a0a5

Browse files
committed
Trying to make autotests work...
1 parent 89e7688 commit 952a0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ testpaths = ["tests/Python"]
1919

2020
[tool.cibuildwheel]
2121
enable = ["pypy"]
22-
test-command = "python -m pytest"
22+
test-command = "python -m pytest {project}/tests/Python"
2323
#test-sources = ["tests/Python"]
2424
test-extras = ["testing"]

0 commit comments

Comments
 (0)