Skip to content

Commit 290b306

Browse files
committed
[DEV] cant skip something not selected
1 parent dd9c45b commit 290b306

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,7 @@ libzim = [
116116

117117
[tool.cibuildwheel]
118118
build = "cp31*-manylinux_aarch64"
119-
# disabling PyPy due to 2 failing tests
120-
skip = "pp* *win32*"
119+
121120

122121
test-requires = ["pytest"]
123122
test-command = "py.test {project}/tests/"

0 commit comments

Comments
 (0)