Hotfix backend tests, ref #1745
This commit is contained in:
parent
12cf0b6f59
commit
0034a6cdd1
|
@ -178,6 +178,7 @@ test_api:
|
||||||
- branches
|
- branches
|
||||||
before_script:
|
before_script:
|
||||||
- cd api
|
- cd api
|
||||||
|
- poetry run pip install setuptools==59.1.1 # Hotfix for failing pipelines #1745
|
||||||
- poetry install --no-root
|
- poetry install --no-root
|
||||||
script:
|
script:
|
||||||
- poetry run pytest --cov-report xml --cov-report term-missing:skip-covered --cov=funkwhale_api --junitxml=report.xml tests/
|
- poetry run pytest --cov-report xml --cov-report term-missing:skip-covered --cov=funkwhale_api --junitxml=report.xml tests/
|
||||||
|
|
Loading…
Reference in New Issue