fix tests
Some checks failed
/ lint (pull_request) Failing after 36s
/ deploy-x86_64 (pull_request) Has been skipped
/ build-x86_64 (pull_request) Failing after 49s
/ deploy-aarch64 (pull_request) Has been skipped
/ build-aarch64 (pull_request) Failing after 1m18s

This commit is contained in:
Antoine Martin 2025-05-10 15:07:47 -04:00
parent 3221b6d451
commit 1e318728a9
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

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