Explicitly set SQLALCHEMY_DATABASE_URI for tests
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
Brain 2024-09-13 15:43:09 +02:00
parent 8478e8d76e
commit 862bd9f7a3
Signed by: Brain
GPG Key ID: EE936E31EE3AEE7A

View File

@ -19,6 +19,7 @@ steps:
env: env:
PYROOT: '/pyroot' PYROOT: '/pyroot'
PYTHONUSERBASE: '/pyroot' PYTHONUSERBASE: '/pyroot'
SQLALCHEMY_DATABASE_URI: 'sqlite://'
commands: commands:
- apk add --no-cache gcc g++ musl-dev python3-dev - apk add --no-cache gcc g++ musl-dev python3-dev
- pip3 install pipenv - pip3 install pipenv
@ -108,6 +109,7 @@ steps:
env: env:
PYROOT: '/pyroot' PYROOT: '/pyroot'
PYTHONUSERBASE: '/pyroot' PYTHONUSERBASE: '/pyroot'
SQLALCHEMY_DATABASE_URI: 'sqlite://'
commands: commands:
- apk add --no-cache gcc g++ musl-dev python3-dev - apk add --no-cache gcc g++ musl-dev python3-dev
- pip3 install pipenv - pip3 install pipenv