Skip to content

Commit 11b2c78

Browse files
committed
Retain existing test env names
1 parent 7976bd8 commit 11b2c78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@ test = [
8181
]
8282
remote_tests = [
8383
'zarr[remote]',
84-
'zarr[optional]',
8584
"botocore",
8685
"s3fs",
8786
"moto[s3,server]",
8887
"requests",
8988
]
9089
optional = [
9190
"rich",
92-
"universal_pathlib"
91+
"universal_pathlib",
92+
'zarr[remote_tests]',
9393
]
9494
docs = [
9595
# Doc building
@@ -150,7 +150,7 @@ version = ["minimal"]
150150
[[tool.hatch.envs.test.matrix]]
151151
python = ["3.11", "3.12", "3.13"]
152152
numpy = ["1.25", "2.1"]
153-
features = ["remote_tests"]
153+
features = ["optional"]
154154

155155
[[tool.hatch.envs.test.matrix]]
156156
python = ["3.11", "3.12", "3.13"]

0 commit comments

Comments
 (0)