Skip to content

Commit

Permalink
Filter out doctest warning
Browse files Browse the repository at this point in the history
Trying to fix pydata#8537. Not sure it'll work and can't test locally so seeing if it passes CI
  • Loading branch information
max-sixty committed Dec 10, 2023
1 parent 8d168db commit 24fd09b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ known-first-party = ["xarray"]
addopts = ["--strict-config", "--strict-markers"]
filterwarnings = [
"ignore:Using a non-tuple sequence for multidimensional indexing is deprecated:FutureWarning",
"ignore:h5py is running against HDF5 1.14.3", # https://github.com/pydata/xarray/issues/8537
]
log_cli_level = "INFO"
markers = [
Expand Down

0 comments on commit 24fd09b

Please sign in to comment.