Skip to content

Commit 2fbc4bb

Browse files
committed
Move lint, test deps to dependency-groups
We do not expect people to install these. dependency groups are designed for this.
1 parent 9dcff1b commit 2fbc4bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ requires-python = ">=3.10"
3434
Homepage = "https://github.com/testing-cabal/testtools"
3535

3636
[project.optional-dependencies]
37-
test = ["testscenarios", "testresources"]
3837
twisted = ["Twisted", "fixtures"]
38+
39+
[dependency-groups]
40+
test = ["testscenarios", "testresources"]
3941
dev = [
4042
"ruff==0.15.2",
4143
"mypy>=1.0.0",

0 commit comments

Comments
 (0)