Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 15069e9

Browse files
committed
Revert "tkinter is disabled for macOS PyPy"
This reverts commit 0b624c6.
1 parent d7333b3 commit 15069e9

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

config.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,7 @@ function run_tests_in_repo {
144144
}
145145

146146
EXP_CODECS="jpg jpg_2000 libtiff zlib"
147-
if [[ "$MB_PYTHON_VERSION" == pypy3.* ]] && [ -n "$IS_MACOS" ]; then
148-
EXP_MODULES="freetype2 littlecms2 pil webp"
149-
else
150-
EXP_MODULES="freetype2 littlecms2 pil tkinter webp"
151-
fi
147+
EXP_MODULES="freetype2 littlecms2 pil tkinter webp"
152148
EXP_FEATURES="fribidi harfbuzz libjpeg_turbo raqm transp_webp webp_anim webp_mux xcb"
153149

154150
function run_tests {

0 commit comments

Comments
 (0)