Skip to content

Commit bc42d98

Browse files
Fix dependency groups
1 parent bbb567d commit bc42d98

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ main = [
2222
"validators>=0.34",
2323
]
2424
pre-commit = ["pre-commit>=4.0"]
25-
test = ["pytest-cov>=6.1.1", "pytest>=8.3"]
26-
type-check = ["django-stubs[compatible-mypy]>=5.1", "mypy>=1.13", "types-beautifulsoup4>=4.12"]
25+
test-core = ["pytest>=8.3"]
26+
test = ["pytest-cov>=6.1.1", { include-group = "test-core" }]
27+
type-check = ["django-stubs[compatible-mypy]>=5.1", "mypy>=1.13", "types-beautifulsoup4>=4.12", { include-group = "test-core" }]
2728

2829
[project] # TODO: Remove [project] table once https://github.com/astral-sh/uv/issues/8582 is completed
2930
name = "TeX-Bot-Py-V2"

0 commit comments

Comments
 (0)