File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1010from virtualizarr .manifests import ChunkManifest , ManifestArray
1111from virtualizarr .readers import HDF5VirtualBackend
1212from virtualizarr .readers .hdf import HDFVirtualBackend
13- from virtualizarr .tests import network , requires_kerchunk , requires_zarr_python_v3
13+ from virtualizarr .tests import (
14+ requires_kerchunk ,
15+ requires_network ,
16+ requires_zarr_python_v3 ,
17+ )
1418from virtualizarr .translators .kerchunk import (
1519 dataset_from_kerchunk_refs ,
1620)
@@ -88,7 +92,7 @@ def test_numpy_arrays_to_inlined_kerchunk_refs(
8892
8993
9094@requires_zarr_python_v3
91- @network
95+ @requires_network
9296@pytest .mark .skip (reason = "Kerchunk & zarr-python v3 incompatibility" )
9397@pytest .mark .parametrize (
9498 "zarr_store" ,
You can’t perform that action at this time.
0 commit comments