diff --git a/ilot/authentik/APKBUILD b/ilot/authentik/APKBUILD index f1b085e..5795101 100644 --- a/ilot/authentik/APKBUILD +++ b/ilot/authentik/APKBUILD @@ -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