Skip to content

Commit

Permalink
Fix test-skip config
Browse files Browse the repository at this point in the history
  • Loading branch information
skogler committed Aug 3, 2024
1 parent 0deafac commit 260440f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ build-backend = "setuptools.build_meta"
[tool.cibuildwheel]
# Cannot run tests on arm64 macosx python 3.8
# See https://github.com/pypa/cibuildwheel/pull/1169
test-skip="cp38-macosx_*:arm64"
test-skip="cp*"
test-skip=[
"cp38-macosx_*:arm64",
"cp*",
]
test-requires=[
"pytest"
]
Expand Down

0 comments on commit 260440f

Please sign in to comment.