소스 검색

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


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.