From 1a5cd5106fbd2b0cdc5dd8c03fecd8759cb1cb73 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 25 Jan 2024 10:30:42 -0500 Subject: [PATCH] Update drone file with dev requirements --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 26afbdc..a2a7422 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: # Install dependencies - cp vrobbler.conf.test vrobbler.conf - pip install poetry - - poetry install + - poetry install --with dev # 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 environment: