Skip to content

Commit 0ae4dc6

Browse files
committed
chore(deps): add dependency group for tests
1 parent f10f88f commit 0ae4dc6

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ default-groups = "all"
1212
[dependency-groups]
1313
docs = [
1414
"myst-parser>=4.0.1",
15-
"pytest>=8.4.1",
16-
"pytest-cov>=6.2.1",
1715
"sphinx-book-theme>=1.1.4",
1816
"sphinx-copybutton>=0.5.2",
1917
]
2018
linting = ["mypy>=1.17.1", "ruff>=0.12.7"]
19+
test = [
20+
"pytest>=8.4.1",
21+
"pytest-cov>=6.2.1",
22+
]
2123

2224
[build-system]
2325
requires = ["hatchling"]

uv.lock

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

0 commit comments

Comments
 (0)