mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-05 14:10:52 +03:00
fix expected features list on Travis
This commit is contained in:
parent
3b8d91552f
commit
0c62cffdd8
|
@ -131,7 +131,7 @@ function run_tests_in_repo {
|
|||
EXP_CODECS="jpg jpg_2000"
|
||||
EXP_CODECS="$EXP_CODECS libtiff zlib"
|
||||
EXP_MODULES="freetype2 littlecms2 pil tkinter webp"
|
||||
if [ -z "$IS_MACOS" ] && [[ "$MB_PYTHON_VERSION" != pypy3* ]]; then
|
||||
if [ -z "$IS_MACOS" ] && [[ "$MB_PYTHON_VERSION" != pypy3* ]] && [[ "$MACHTYPE" != aarch64* ]]; then
|
||||
EXP_FEATURES="fribidi harfbuzz raqm transp_webp webp_anim webp_mux"
|
||||
else
|
||||
# can't find FriBiDi
|
||||
|
|
Loading…
Reference in New Issue
Block a user