From c1d9b52717c69294083757ecf0c401159424dead Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Mon, 28 Oct 2024 22:54:19 +0100 Subject: [PATCH] Use pytest during development --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index ad11f40b..f1089e63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,6 +57,8 @@ optional-dependencies.dev = [ "pylint>=3.3.1", "pylint-django", "pysankeybeta~=1.3.0", + "pytest", + "pytest-django", "python-coveralls", ] optional-dependencies.sankey = [