Skip to content

Commit ae8198e

Browse files
committed
Install all groups in tests
1 parent 6bbdc6a commit ae8198e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ build-backend = "hatchling.build"
121121
format = [{cmd = "uv run black ."}, {cmd = "uv run isort ."}]
122122
lint = [{cmd = "uv run black --check ."}, {cmd = "uv run isort --check-only ."}, {ref = "lint-types" }]
123123
lint-types = "uv run mypy --check-untyped-defs --namespace-packages ."
124-
test = "uv run pytest"
124+
test = "uv run --all-groups pytest"
125125

126126
[tool.pytest.ini_options]
127127
asyncio_mode = "auto"

0 commit comments

Comments
 (0)