Install dependencies for tests using poetry

environments/review-docs-overh-oprtmo/deployments/9189
Georg Krause 2022-01-09 19:46:33 +01:00
rodzic 171cb84249
commit cfebcb87c3
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -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: