From ae6fcebed9dc71e2ddd804599ac22e339a999780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= Date: Fri, 28 Oct 2022 12:51:53 +0200 Subject: [PATCH] pytest fix poetry version --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index e60e542..9e766f8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,8 +7,8 @@ steps: - name: pytest image: python:3.6-alpine3.13 commands: - - apk add --no-cache g++ libffi-dev - - wget -O- https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python3 - + - apk add --no-cache g++ libffi-dev curl + - wget -O- https://install.python-poetry.org | python3 - --version 1.1.15 - /root/.local/bin/poetry install - /root/.local/bin/poetry run pytest