File tree 1 file changed +5
-1
lines changed 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ spaces_indent_inline_array = 4
202
202
trailing_comma_inline_array = true
203
203
204
204
[tool .cibuildwheel ]
205
- skip = [" *-musllinux* " , " pp*" ]
205
+ skip = [" pp*" ]
206
206
test-command = [
207
207
" env PYTHONWARNINGS=always PYTHONUNBUFFERED=1 PSUTIL_DEBUG=1 PSUTIL_SCRIPTS_DIR={project}/scripts python {project}/psutil/tests/runner.py" ,
208
208
" env PYTHONWARNINGS=always PYTHONUNBUFFERED=1 PSUTIL_DEBUG=1 PSUTIL_SCRIPTS_DIR={project}/scripts python {project}/psutil/tests/test_memleaks.py" ,
@@ -212,6 +212,10 @@ test-extras = "test"
212
212
[tool .cibuildwheel .macos ]
213
213
archs = [" arm64" , " x86_64" ]
214
214
215
+ [[tool .cibuildwheel .overrides ]]
216
+ select = " *-musllinux*"
217
+ before-all = " apk --no-cache add coreutils procps"
218
+
215
219
[build-system ]
216
220
build-backend = " setuptools.build_meta"
217
221
requires = [" setuptools>=43" , " wheel" ]
You can’t perform that action at this time.
0 commit comments