Skip to content

Commit 4f36789

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

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-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",

uv.lock

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)