Skip to content
This repository was archived by the owner on Nov 29, 2025. It is now read-only.

Commit 94c17e6

Browse files
committed
pyproject: actually run tests in cibuildwheel
1 parent b3f5dc9 commit 94c17e6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ extend-exclude = "micropython"
2626

2727
[tool.cibuildwheel]
2828
build = "cp313-*"
29+
test-requires = "pytest"
30+
test-command = "pytest {project}/tests"

0 commit comments

Comments
 (0)