Update deps and use a local caching repo for poetry

This commit is contained in:
2023-03-23 15:45:39 -04:00
parent 524e6b0027
commit 662578e941
2 changed files with 472 additions and 399 deletions

View File

@ -14,6 +14,7 @@ steps:
# Install dependencies
- cp vrobbler.conf.test vrobbler.conf
- pip install poetry
- poetry config repositories.unblink "https://pypi.unbl.ink/pypi/simple"
- poetry install
# Start with a fresh database (which is already running as a service from Drone)
- poetry run pytest --cov-report term:skip-covered --cov=vrobbler tests

870
poetry.lock generated

File diff suppressed because it is too large Load Diff