diff --git a/.drone.yml b/.drone.yml index 1917c77..40ef152 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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