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.
2 parents c449ed5 + 0b624c6 commit cde82a1Copy full SHA for cde82a1
1 file changed
config.sh
@@ -144,7 +144,11 @@ function run_tests_in_repo {
144
}
145
146
EXP_CODECS="jpg jpg_2000 libtiff zlib"
147
-EXP_MODULES="freetype2 littlecms2 pil tkinter webp"
+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
152
EXP_FEATURES="fribidi harfbuzz libjpeg_turbo raqm transp_webp webp_anim webp_mux xcb"
153
154
function run_tests {
0 commit comments