We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f7f75 commit 4b9c6b7Copy full SHA for 4b9c6b7
python/pyproject.toml
@@ -42,3 +42,7 @@ where = ["src"]
42
43
[tool.setuptools.package-data]
44
sentencepiece = ["*.bin"]
45
+
46
+[tool.cibuildwheel]
47
+test-requires = ["pytest"]
48
+test-command = "pytest -v {project}/tests"
0 commit comments