Skip to content

Commit af8a11d

Browse files
trittsveboasson
authored andcommitted
fix wheel builds
1 parent a894671 commit af8a11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ markers = ["fuzzing: run the fuzzing testsuite."]
2020
skip = "pp* *-win32 *_i686 *-macosx_universal2:arm64"
2121

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

0 commit comments

Comments
 (0)