Skip to content

Commit

Permalink
Merge pull request #181 from openzim/muslb
Browse files Browse the repository at this point in the history
dont skip musllinux
  • Loading branch information
rgaudin authored Nov 16, 2023
2 parents 13ba0be + 5e2d866 commit 3521ff1
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 3521ff1

Please sign in to comment.