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"]