diff --git a/ilot/authentik/APKBUILD b/ilot/authentik/APKBUILD index d5716cd..a1b2dc5 100644 --- a/ilot/authentik/APKBUILD +++ b/ilot/authentik/APKBUILD @@ -10,8 +10,6 @@ url="https://github.com/goauthentik/authentik" # ppc64le: not supported by Rollup build arch="aarch64 x86_64" license="MIT" -# following depends aren't direct dependencies, but are needed: -# py3-asn1crypto, py3-cbor2, py3-email-validator, py3-websockets depends=" bash libcap-setcap @@ -19,8 +17,6 @@ depends=" postgresql procps pwgen - py3-asn1crypto - py3-cbor2 py3-celery py3-cffi py3-channels @@ -48,7 +44,6 @@ depends=" py3-duo-client py3-drf-orjson-renderer py3-drf-spectacular - py3-email-validator py3-fido2 py3-flower py3-geoip2 @@ -155,9 +150,6 @@ build() { npm run build } -# test failure neutralized due to: -# relation authentik_core_user_pb_groups_id_seq does not exist - check() { msg "Setting up test environments" export POSTGRES_DB=authentik @@ -197,7 +189,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 + make test # TODO: Fix go-tests # make go-test