From 86c63a1e2b942e654eca328ca25703bda10f71e9 Mon Sep 17 00:00:00 2001 From: Dmitriy Lyalyuev Date: Wed, 16 Nov 2022 09:42:39 +0300 Subject: [PATCH] fix tests --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 72ade47..7c87a65 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ --- kind: pipeline type: docker -name: test +name: Tests services: - name: redis @@ -9,7 +9,7 @@ services: steps: - name: test - image: python:3.11 + image: python:3.10 environment: REDIS_URL: redis://redis:6379/0 commands: