Skip to content

Commit 6028aa5

Browse files
Fix testing dependencies
1 parent 9f34872 commit 6028aa5

2 files changed

Lines changed: 422 additions & 342 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ main = [
2121
"validators>=0.34",
2222
]
2323
pre-commit = ["pre-commit>=4.0"]
24-
test = ["pytest>=8.3"]
24+
test = [
25+
"gitpython>=3.1.44",
26+
"pytest>=8.3",
27+
"pytest-cov>=6.1.1",
28+
]
2529
type-check = ["django-stubs[compatible-mypy]>=5.1", "mypy>=1.13", "types-beautifulsoup4>=4.12"]
2630

2731
[project] # TODO: Remove [project] table once https://github.com/astral-sh/uv/issues/8582 is completed

0 commit comments

Comments
 (0)