Remove auth from postgres DB during tests

This commit is contained in:
Jake Howard 2022-08-26 00:08:37 +01:00
parent 5f4d8828ab
commit 132040c47d
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -70,6 +70,7 @@ test_python:
services:
- postgres:13-alpine
variables:
POSTGRES_HOST_AUTH_METHOD: trust
DATABASE_URL: postgres://postgres@postgres/postgres
script:
- ./manage.py collectstatic --noinput --clear