Install dependencies for tests using poetry
This commit is contained in:
parent
171cb84249
commit
cfebcb87c3
|
@ -157,9 +157,7 @@ eslint:
|
||||||
- branches
|
- branches
|
||||||
before_script:
|
before_script:
|
||||||
- cd api
|
- cd api
|
||||||
- pip3 install -r requirements/base.txt
|
- poetry install --no-root
|
||||||
- pip3 install -r requirements/local.txt
|
|
||||||
- pip3 install -r requirements/test.txt
|
|
||||||
script:
|
script:
|
||||||
- pytest --cov-report xml --cov-report term-missing:skip-covered --cov=funkwhale_api --junitxml=report.xml tests/
|
- pytest --cov-report xml --cov-report term-missing:skip-covered --cov=funkwhale_api --junitxml=report.xml tests/
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in New Issue