Compare commits
3 commits
5ba8b9fa2f
...
9154964534
Author | SHA1 | Date | |
---|---|---|---|
9154964534 | |||
1fd505989c | |||
2b5390d209 |
1 changed files with 1 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue