Skip to content

Commit

Permalink
testing only musl
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Sep 1, 2023
1 parent f07c7c3 commit 490fb27
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ testpaths = ["tests"]
pythonpath = ["."]

[tool.cibuildwheel]
build = "*"
# disabling musllinux until https://github.com/kiwix/kiwix-build/issues/585
build = "*musllinux*"
# 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 490fb27

Please sign in to comment.