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 c124b24 commit f4abc48Copy full SHA for f4abc48
tests/conftest.py
@@ -87,7 +87,7 @@ def sync_store(request: pytest.FixtureRequest, tmp_path: LEGACY_PATH) -> Store:
87
@dataclass
88
class AsyncGroupRequest:
89
zarr_format: ZarrFormat
90
- store: Literal["local", "remote", "memory", "zip"]
+ store: Literal["local", "fsspec", "memory", "zip"]
91
attributes: dict[str, Any] = field(default_factory=dict)
92
93
0 commit comments