ilot/authentik: upgrade to 2025.4.0 #195

Open
ayakael wants to merge 3 commits from authentik/upgrade-2025.4.0 into v3.21
Showing only changes of commit 1e318728a9 - Show all commits

View file

@ -32,7 +32,7 @@ depends="
py3-deepmerge
py3-defusedxml
py3-docker-py
py3-django
py3-django=>5
py3-django-countries
py3-django-cte
py3-django-filter
@ -201,7 +201,7 @@ with open(\"local.env.yml\", \"w\") as _config:
pip install selenium drf_jsonschema_serializer pdoc --break-system-packages
msg "Starting tests"
make test || true
coverage run manage.py test --keepdb authentik
# TODO: Fix go-tests
# make go-test