We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a894671 commit af8a11dCopy full SHA for af8a11d
pyproject.toml
@@ -20,7 +20,7 @@ markers = ["fuzzing: run the fuzzing testsuite."]
20
skip = "pp* *-win32 *_i686 *-macosx_universal2:arm64"
21
22
# Don't test arm64 macos wheels (we cannot do this on ci: crossbuild)
23
-test-skip = "*-macosx_arm64"
+test-skip = "*musllinux* *-macosx_arm64"
24
build-verbosity = "1"
25
test-command = "pytest -s --verbose {package}/tests"
26
test-extras = ["dev"]
0 commit comments