From a04b5416a4b577f6d071129278b4fa2963494ec8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9goire=20Kubler?= <gregoire.kubler@proton.me>
Date: Thu, 20 Jun 2024 11:36:30 +0200
Subject: [PATCH] chore : added pytest as test optionnal dep

---
 pyproject.toml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pyproject.toml b/pyproject.toml
index 46cbd3ee4..2184db5ff 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,6 +14,11 @@ classifiers = [
     ]
 dynamic = ["version"] # defined in tool.setuptools_scm
 
+[project.optional-dependencies]
+test = [
+    "pytest"
+]
+
 [build-system]
 requires = [
     "setuptools>=64",
-- 
GitLab