Explicitly set SQLALCHEMY_DATABASE_URI for tests
Some checks failed
continuous-integration/drone/pr Build is failing
Some checks failed
continuous-integration/drone/pr Build is failing
This commit is contained in:
parent
8478e8d76e
commit
862bd9f7a3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user