From a2deb901850d5cfe7dbd7a662a919384cb9b2ce1 Mon Sep 17 00:00:00 2001 From: pictuga Date: Tue, 30 Nov 2021 22:42:26 +0100 Subject: [PATCH] drone: remove gevent leftover --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c410c46..7917f6c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,6 @@ steps: - name: pylint image: alpine commands: - - apk add --no-cache python3 py3-lxml py3-gevent py3-pip py3-wheel py3-pylint py3-enchant hunspell-en + - apk add --no-cache python3 py3-lxml py3-pip py3-wheel py3-pylint py3-enchant hunspell-en - pip3 install --no-cache-dir .[full] - pylint morss --rcfile=.pylintrc --disable=C,R,W --fail-under=8