From 40ac0eb37be6510b768e0ffd15f0408ad0a5de10 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 4 Apr 2026 11:54:08 +1000 Subject: [PATCH] - --- .drone.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 77f3037..b325e53 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,13 +9,6 @@ steps: commands: - pip install --no-cache-dir -r requirements.txt - - name: test - image: python:3.11-slim - commands: - - pip install --no-cache-dir -r requirements.txt - - pip install pytest pytest-asyncio - - pytest tests/ -v true - - name: docker-build image: plugins/docker settings: