Skip to content

Commit

Permalink
fix wheel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
trittsv authored and eboasson committed Jun 4, 2024
1 parent a894671 commit af8a11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ markers = ["fuzzing: run the fuzzing testsuite."]
skip = "pp* *-win32 *_i686 *-macosx_universal2:arm64"

# Don't test arm64 macos wheels (we cannot do this on ci: crossbuild)
test-skip = "*-macosx_arm64"
test-skip = "*musllinux* *-macosx_arm64"
build-verbosity = "1"
test-command = "pytest -s --verbose {package}/tests"
test-extras = ["dev"]
Expand Down

0 comments on commit af8a11d

Please sign in to comment.