Ignore AVIF deprecation in pillow-heif

A stop-gap until https://github.com/wagtail/Willow/issues/166 is resolved
pull/12987/head
Sage Abdullah 2025-03-19 14:05:53 +07:00 zatwierdzone przez Matt Westcott
rodzic 8faa15175c
commit 6b40a38346
1 zmienionych plików z 4 dodań i 0 usunięć
.github/workflows

Wyświetl plik

@ -171,6 +171,10 @@ jobs:
"ignore", "The FORMS_URLFIELD_ASSUME_HTTPS transitional setting is deprecated."
)
FORMS_URLFIELD_ASSUME_HTTPS = True
# Remove when https://github.com/wagtail/Willow/issues/166 is resolved
filterwarnings(
"ignore", "The AVIF support in this library is marked as deprecated"
)
EOF
python manage.py makemigrations --check --dry-run
python manage.py migrate