Skip to content

Commit

Permalink
Add Linux test-skip configuration in cibuildwheel settings
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Nov 12, 2024
1 parent 75b31a9 commit 5dcbdd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,6 @@ repair-wheel-command = """
MACOSX_DEPLOYMENT_TARGET=10.13 delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}
"""
test-skip = "*_universal2:*"

[tool.cibuildwheel.linux]
test-skip = "*"

0 comments on commit 5dcbdd6

Please sign in to comment.