Skip to content

Commit

Permalink
dont skip musllinux
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Nov 16, 2023
1 parent 13ba0be commit 5e2d866
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ pythonpath = ["."]

[tool.cibuildwheel]
build = "*"
# disabling musllinux until https://github.com/kiwix/kiwix-build/issues/585
# disabling windows until hhttps://github.com/kiwix/kiwix-build/issues/466
# disabling PyPy due to 2 failing tests
skip = "pp* *musllinux* *-win*"
skip = "pp* *-win*"

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

0 comments on commit 5e2d866

Please sign in to comment.