FIXUP: Add extra deps database when running the tests

This commit is contained in:
Alexis Métaireau 2024-09-30 00:09:43 +02:00
parent fd22912007
commit 21ba7773e6
No known key found for this signature in database
GPG key ID: 1C21B876828E5FF2

View file

@ -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: