We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7976bd8 commit 11b2c78Copy full SHA for 11b2c78
pyproject.toml
@@ -81,15 +81,15 @@ test = [
81
]
82
remote_tests = [
83
'zarr[remote]',
84
- 'zarr[optional]',
85
"botocore",
86
"s3fs",
87
"moto[s3,server]",
88
"requests",
89
90
optional = [
91
"rich",
92
- "universal_pathlib"
+ "universal_pathlib",
+ 'zarr[remote_tests]',
93
94
docs = [
95
# Doc building
@@ -150,7 +150,7 @@ version = ["minimal"]
150
[[tool.hatch.envs.test.matrix]]
151
python = ["3.11", "3.12", "3.13"]
152
numpy = ["1.25", "2.1"]
153
-features = ["remote_tests"]
+features = ["optional"]
154
155
156
0 commit comments