ソースを参照

Update deps and use a local caching repo for poetry

Colin Powell 2 年 前
コミット
662578e941
2 ファイル変更366 行追加316 行削除
  1. 1 0
      .drone.yml
  2. 365 316
      poetry.lock

+ 1 - 0
.drone.yml

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

ファイルの差分が大きいため隠しています
+ 365 - 316
poetry.lock


この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません