From 21ba7773e69747205d1c6365da84d359e0942401 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Mon, 30 Sep 2024 00:09:43 +0200 Subject: [PATCH] FIXUP: Add extra deps database when running the tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6f3fced2..a7538527 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ serve: build-translations ## Run the ihatemoney server .PHONY: test test: - uv run --extra dev pytest . + uv run --extra dev --extra database pytest . .PHONY: lint lint: