From 15069e9b382e580ce4e63782e4690922d7a73bcb Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 30 Dec 2022 12:11:07 +1100 Subject: [PATCH] Revert "tkinter is disabled for macOS PyPy" This reverts commit 0b624c6b4ba9fe0644e49e7cc9197e145e54a5c2. --- config.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/config.sh b/config.sh index dfb6c4e8d..89dddb3d0 100644 --- a/config.sh +++ b/config.sh @@ -144,11 +144,7 @@ function run_tests_in_repo { } EXP_CODECS="jpg jpg_2000 libtiff zlib" -if [[ "$MB_PYTHON_VERSION" == pypy3.* ]] && [ -n "$IS_MACOS" ]; then - EXP_MODULES="freetype2 littlecms2 pil webp" -else - EXP_MODULES="freetype2 littlecms2 pil tkinter webp" -fi +EXP_MODULES="freetype2 littlecms2 pil tkinter webp" EXP_FEATURES="fribidi harfbuzz libjpeg_turbo raqm transp_webp webp_anim webp_mux xcb" function run_tests {