Bläddra i källkod

Remove custom repo for pypi

Colin Powell 1 år sedan
förälder
incheckning
49e4e9b69a
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      .drone.yml

+ 0 - 1
.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