Skip to content

Commit 1adc903

Browse files
committed
Clean up test extra dependencies
1 parent 7eba7f1 commit 1adc903

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

pyproject.toml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,23 +70,20 @@ gpu = [
7070
"cupy-cuda12x",
7171
]
7272
cli = ["typer"]
73-
# Development extras
73+
# Testing extras
7474
test = [
7575
"coverage>=7.10",
7676
"pytest",
7777
"pytest-asyncio",
7878
"pytest-cov",
7979
"pytest-accept",
80-
"rich",
81-
"mypy",
8280
'numpydoc',
8381
"hypothesis",
8482
"pytest-xdist",
8583
"pytest-benchmark",
8684
"pytest-codspeed",
8785
"packaging",
8886
"tomlkit",
89-
"uv",
9087
]
9188
remote_tests = [
9289
'zarr[remote]',
@@ -116,6 +113,13 @@ docs = [
116113
'astroid<4',
117114
'pytest'
118115
]
116+
# All development extras
117+
dev = [
118+
"zarr[test]",
119+
"zarr[remote_tests]",
120+
"zarr[docs]",
121+
"mypy",
122+
]
119123

120124
[project.scripts]
121125
zarr = "zarr._cli.cli:app"

0 commit comments

Comments
 (0)