Install dependencies for tests using poetry

This commit is contained in:
Georg Krause 2022-01-09 19:46:33 +01:00
parent 171cb84249
commit cfebcb87c3
1 changed files with 1 additions and 3 deletions

View File

@ -157,9 +157,7 @@ eslint:
- branches
before_script:
- cd api
- pip3 install -r requirements/base.txt
- pip3 install -r requirements/local.txt
- pip3 install -r requirements/test.txt
- poetry install --no-root
script:
- pytest --cov-report xml --cov-report term-missing:skip-covered --cov=funkwhale_api --junitxml=report.xml tests/
tags: