Skip to content

Commit

Permalink
skip tests where numpy isn't available as wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedh committed May 10, 2024
1 parent 2d7a36a commit 7865c68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ test-extras = ["test"]
# Run the package tests using `pytest`

test-command = "pytest {package}/tests && pip install --force-reinstall --upgrade --pre numpy && pytest {package}/tests"
test-skip = "*_arm64 *_universal2:arm64"

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

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

0 comments on commit 7865c68

Please sign in to comment.