Skip to content

Commit 7e27a7a

Browse files
committed
ci: don't test pypy wheels
1 parent 9a35bb8 commit 7e27a7a

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
@@ -75,7 +75,7 @@ all = true
7575
[tool.cibuildwheel]
7676
test-extras = "test"
7777
test-command = "pytest {project}/tests"
78-
test-skip = ["pp*{macos,win}*", "*universal2:arm64", "cp310-*{i686,win32}", "*musllinux*"]
78+
test-skip = ["pp*", "*universal2:arm64", "cp310-*{i686,win32}", "*musllinux*"]
7979
skip = ["pp*-manylinux_i686"] # not supported by NumPy
8080
manylinux-x86_64-image = "manylinux2014"
8181
manylinux-i686-image = "manylinux2014"

0 commit comments

Comments
 (0)