Skip to content

Commit

Permalink
skip pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedh committed May 10, 2024
1 parent 7865c68 commit 9abaf37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ test-extras = ["test"]

test-command = "pytest {package}/tests && pip install --force-reinstall --upgrade --pre numpy && pytest {package}/tests"

test-skip = "*_arm64 *_universal2:arm64 pp*"
test-skip = "*_arm64 *_universal2:arm64"

# Numpy only builds wheels for very specific versions of PyPy for some reasy
skip = "pp*"

[tool.cibuildwheel.macos]
archs = ["x86_64", "arm64"]

0 comments on commit 9abaf37

Please sign in to comment.