From ae7c6c66c9e1d042e7134caa290b802e7c35ebff Mon Sep 17 00:00:00 2001 From: Peter Oliver Date: Sun, 27 Jul 2025 00:32:32 +0100 Subject: [PATCH] Declare pytest as a dependency for testing --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 3bc47ea..b875a92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,3 +29,6 @@ Documentation = "https://python-discid.readthedocs.org/" Repository = "https://github.com/metabrainz/python-discid" Issues = "https://github.com/metabrainz/python-discid/issues" Changelog = "https://github.com/metabrainz/python-discid/blob/master/CHANGES.rst" + +[dependency-groups] +test = ["pytest"]