Skip to content

Commit 6d05457

Browse files
authored
Delete default groups (#217)
* Delete default groups * Install all groups in tests Fixes #190
1 parent 50c88ca commit 6d05457

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

pyproject.toml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -71,20 +71,6 @@ cloud-export-to-parquet = [
7171
"pyarrow>=19.0.1",
7272
]
7373

74-
[tool.uv]
75-
default-groups = [
76-
"dev",
77-
"bedrock",
78-
"dsl",
79-
"encryption",
80-
"gevent",
81-
"langchain",
82-
"nexus",
83-
"open-telemetry",
84-
"pydantic-converter",
85-
"sentry",
86-
"trio-async",
87-
]
8874

8975
[tool.hatch.build.targets.sdist]
9076
include = ["./**/*.py"]
@@ -134,8 +120,8 @@ build-backend = "hatchling.build"
134120
[tool.poe.tasks]
135121
format = [{cmd = "uv run black ."}, {cmd = "uv run isort ."}]
136122
lint = [{cmd = "uv run black --check ."}, {cmd = "uv run isort --check-only ."}, {ref = "lint-types" }]
137-
lint-types = "uv run mypy --check-untyped-defs --namespace-packages ."
138-
test = "uv run pytest"
123+
lint-types = "uv run --all-groups mypy --check-untyped-defs --namespace-packages ."
124+
test = "uv run --all-groups pytest"
139125

140126
[tool.pytest.ini_options]
141127
asyncio_mode = "auto"

0 commit comments

Comments
 (0)