diff --git a/ilot/authentik/APKBUILD b/ilot/authentik/APKBUILD index 084207e..6054f06 100644 --- a/ilot/authentik/APKBUILD +++ b/ilot/authentik/APKBUILD @@ -159,7 +159,7 @@ depends=" makedepends="go npm" # checkdepends scooped up by poetry due to number checkdepends=" - pip + poetry py3-coverage py3-pytest py3-pytest-django @@ -252,7 +252,6 @@ with open(\"local.env.yml\", \"w\") as _config: pip install selenium drf_jsonschema_serializer pdoc --break-system-packages make test || FAIL=true - make go-test || FAIL=true if [ "$FAIL" = "true" ]; then return 1