Remove custom repo for pypi

This commit is contained in:
2023-11-24 15:18:11 +01:00
parent b50778b43f
commit 49e4e9b69a

View File

@ -14,7 +14,6 @@ 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