1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-28 04:32:26 +02:00

_get_validtion_exclusions() now return a set, PIL.Image.ANTIALIAS was renamed LANCZOS and typo in .gitlab-ci.yml

This commit is contained in:
bleizi
2024-02-12 22:56:43 +01:00
parent 2ee7f41dfe
commit b7a71d911d
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ py310-django42:
python3-djangorestframework python3-django-oauth-toolkit python3-psycopg2 python3-pil
python3-babel python3-lockfile python3-pip python3-phonenumbers python3-memcache
python3-bs4 python3-setuptools tox texlive-xetex
script: tox -e py38-django42
script: tox -e py310-django42
# Debian Bookworm
py311-django42: