Hotfix backend tests, ref #1745

This commit is contained in:
Georg Krause 2022-04-01 10:11:30 +02:00
parent 12cf0b6f59
commit 0034a6cdd1
No known key found for this signature in database
GPG Key ID: 2970D504B2183D22
1 changed files with 1 additions and 0 deletions

View File

@ -178,6 +178,7 @@ test_api:
- branches
before_script:
- cd api
- poetry run pip install setuptools==59.1.1 # Hotfix for failing pipelines #1745
- poetry install --no-root
script:
- poetry run pytest --cov-report xml --cov-report term-missing:skip-covered --cov=funkwhale_api --junitxml=report.xml tests/