Skip to content

Commit ae7c6c6

Browse files
committed
Declare pytest as a dependency for testing
1 parent 1237bc8 commit ae7c6c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ Documentation = "https://python-discid.readthedocs.org/"
2929
Repository = "https://github.com/metabrainz/python-discid"
3030
Issues = "https://github.com/metabrainz/python-discid/issues"
3131
Changelog = "https://github.com/metabrainz/python-discid/blob/master/CHANGES.rst"
32+
33+
[dependency-groups]
34+
test = ["pytest"]

0 commit comments

Comments
 (0)