Skip to content

Commit 9f596d4

Browse files
committed
Skip test like (same way as nanobind_example)
1 parent b51e9cf commit 9f596d4

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
@@ -44,7 +44,7 @@ test-command = "pytest {project}/tests"
4444
test-requires = ["pytest", "numpy"]
4545

4646
# Don't test Python 3.8 wheels on macOS/arm64
47-
# test-skip="cp38-macosx_*:arm64"
47+
test-skip="cp38-macosx_*:arm64"
4848
# Don't test Python 3.9 wheels on manylinux_i686
4949
# test-skip="pp*-manylinux_i686"
5050

0 commit comments

Comments
 (0)