Skip to content

Commit 4b9c6b7

Browse files
committed
Runs pytest in cibuildwheel
1 parent 40f7f75 commit 4b9c6b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

python/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,7 @@ where = ["src"]
4242

4343
[tool.setuptools.package-data]
4444
sentencepiece = ["*.bin"]
45+
46+
[tool.cibuildwheel]
47+
test-requires = ["pytest"]
48+
test-command = "pytest -v {project}/tests"

0 commit comments

Comments
 (0)