Skip to content

Commit

Permalink
move TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
VeckoTheGecko committed Nov 29, 2024
1 parent 2a1658d commit 93adae7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,9 @@ filterwarnings = [
"default:the `pandas.MultiIndex` object:FutureWarning:xarray.tests.test_variable",
"default:Using a non-tuple sequence for multidimensional indexing is deprecated:FutureWarning",
"default:Duplicate dimension names present:UserWarning:xarray.namedarray.core",
"default:::xarray.tests.test_strategies", # TODO: remove once we know how to deal with a changed signature in protocols

# TODO: remove once we know how to deal with a changed signature in protocols
"default:::xarray.tests.test_strategies",
]

log_cli_level = "INFO"
Expand Down

0 comments on commit 93adae7

Please sign in to comment.