Skip to content

Commit

Permalink
Build: Exclude cibuildwheel wheel tests on macOS platforms where they…
Browse files Browse the repository at this point in the history
… probably fail.
  • Loading branch information
scoder committed Mar 24, 2024
1 parent 8c3cf8d commit 4a9779a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ requires = ["Cython>=3.0.9", "setuptools", "wheel"]
build-verbosity = 2
environment = {LUPA_USE_BUNDLE = "true"}
skip = ["pp*-manylinux_aarch64", "pp*-manylinux_i686", "cp38-macosx_universal2", "cp36-macosx_x86_64"]
test-skip = ["*-macosx_arm64", "*-macosx_universal2:arm64", "*-macosx_x86_64"]
test-command = "python -c \"import lupa\" && python -c \"import lupa.lua54\" "

[tool.cibuildwheel.linux]
Expand Down

0 comments on commit 4a9779a

Please sign in to comment.