Skip to content

Commit bad7234

Browse files
committed
separate "test" and "doc" dependency groups
1 parent 204b816 commit bad7234

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@ Repository = "https://github.com/sfstoolbox/sfs-python"
2323
Issues = "https://github.com/sfstoolbox/sfs-python/issues"
2424

2525
[dependency-groups]
26-
dev = [
26+
dev = [{ include-group = "test" }, { include-group = "doc" }]
27+
test = [
2728
"pytest",
29+
]
30+
doc = [
2831
"sphinx>=8",
2932
"sphinx-rtd-theme",
3033
"nbsphinx",

0 commit comments

Comments
 (0)