From af8a11db8acd062b44f6006240aef4ff3e56c985 Mon Sep 17 00:00:00 2001 From: Sven Trittler Date: Mon, 3 Jun 2024 22:28:53 +0200 Subject: [PATCH] fix wheel builds --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0f4b77a1..92dbc13f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]