Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Sep 30, 2024
1 parent ef1549a commit 20c22bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ module = [
"nc_time_axis.*",
"netCDF4.*",
"netcdftime.*",
"numcodecs.*",
"opt_einsum.*",
"pint.*",
"pooch.*",
Expand Down
1 change: 1 addition & 0 deletions xarray/tests/test_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -2273,6 +2273,7 @@ def test_read_non_consolidated_warning(self) -> None:
assert_identical(ds, expected)

def test_non_existent_store(self) -> None:
exc: type[Exception]
if have_zarr_v3:
exc = ValueError
msg = "store mode"
Expand Down

0 comments on commit 20c22bd

Please sign in to comment.