We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13ba0be + 5e2d866 commit 3521ff1Copy full SHA for 3521ff1
pyproject.toml
@@ -12,10 +12,9 @@ pythonpath = ["."]
12
13
[tool.cibuildwheel]
14
build = "*"
15
-# disabling musllinux until https://github.com/kiwix/kiwix-build/issues/585
16
# disabling windows until hhttps://github.com/kiwix/kiwix-build/issues/466
17
# disabling PyPy due to 2 failing tests
18
-skip = "pp* *musllinux* *-win*"
+skip = "pp* *-win*"
19
20
test-requires = ["pytest"]
21
test-command = "py.test {project}/tests/"
0 commit comments