We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24cbc61 commit e7e0eeaCopy full SHA for e7e0eea
pyproject.toml
@@ -20,5 +20,5 @@ testpaths = ["tests/Python"]
20
[tool.cibuildwheel]
21
enable = ["pypy"]
22
test-command = "python -m pytest"
23
-test-sources = "tests/Python"
+test-sources = ["tests/Python"]
24
test-extras = ["testing"]
0 commit comments