Merge branch 'sqlalchemy' into debian

# Conflicts:
#	app/main.py
This commit is contained in:
Oscar Krause
2022-12-23 13:50:50 +01:00
5 changed files with 143 additions and 23 deletions

View File

@@ -39,6 +39,8 @@ build:docker:
test:
image: python:3.10-slim-bullseye
stage: test
variables:
DATABASE: sqlite:///../app/db.sqlite
before_script:
- pip install -r requirements.txt
- pip install pytest httpx