From 1e318728a976ed432147e5d200b1cc944889ad14 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sat, 10 May 2025 15:07:47 -0400 Subject: [PATCH] fix tests --- ilot/authentik/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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