Skip to content

Commit

Permalink
test skip
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored May 8, 2024
1 parent 448ddad commit 1bbdfab
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 @@ -114,7 +114,8 @@ fallback_version = "Unknown"
test-command = "reacnetgenerator -h"
build = ["cp37-*", "cp38-*", "cp39-*", "cp310-*", "cp311-*"]
skip = ["*-win32", "*-manylinux_i686", "*-musllinux*"]
test-skip = "cp37-*"
# wait for openbabel
test-skip = "cp37-* *-manylinux_aarch64"
before-test = ["""python -m pip install "replace-pip-with-uv-pip; platform_system!='Linux' or platform_machine!='aarch64'" """]

[tool.cibuildwheel.linux]
Expand Down

0 comments on commit 1bbdfab

Please sign in to comment.