Hotfix backend tests, ref #1745

1749-smtp-uri-configuration
Georg Krause 2022-04-01 10:11:30 +02:00
rodzic 12cf0b6f59
commit 0034a6cdd1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 2970D504B2183D22
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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