Skip to content

Add basic pygame.typing unit test, remove problematic TypeAlias usage #4480

Add basic pygame.typing unit test, remove problematic TypeAlias usage

Add basic pygame.typing unit test, remove problematic TypeAlias usage #4480

Triggered via pull request October 6, 2024 20:22
Status Failure
Total duration 6m 55s
Artifacts

build-macos.yml

on: pull_request
Matrix: deps
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

4 errors, 3 warnings, and 1 notice
x86_64
Command ['/bin/sh', '-c', 'python -m pygame.tests -v --exclude opengl,music,timing --time_out 300'] failed with code 1.
x86_64
Process completed with exit code 1.
arm64
Command ['/bin/sh', '-c', 'python -m pygame.tests -v --exclude opengl,music,timing --time_out 300'] failed with code 1.
arm64
Process completed with exit code 1.
x86_64
pkg-config 0.29.2_3 is already installed and up-to-date. To reinstall 0.29.2_3, run: brew reinstall pkg-config
arm64
pkg-config 0.29.2_3 is already installed and up-to-date. To reinstall 0.29.2_3, run: brew reinstall pkg-config
arm64
While cibuildwheel can build CPython 3.8 universal2/arm64 wheels, we cannot test the arm64 part of them, even when running on an Apple Silicon machine. This is because we use the x86_64 installer of CPython 3.8. See the discussion in https://github.com/pypa/cibuildwheel/pull/1169 for the details. To silence this warning, set `CIBW_TEST_SKIP: "cp38-macosx_*:arm64"`.
x86_64
Setting SYSTEM_VERSION_COMPAT=0 to ensure CPython 3.8 can get correct macOS version and allow installation of wheels with MACOSX_DEPLOYMENT_TARGET >= 11.0. See https://github.com/pypa/cibuildwheel/issues/1767 for the details.