Skip to content

Commit a72decf

Browse files
committed
1 parent 87399a2 commit a72decf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,9 @@ filterwarnings = [
336336
"default:the `pandas.MultiIndex` object:FutureWarning:xarray.tests.test_variable",
337337
"default:Using a non-tuple sequence for multidimensional indexing is deprecated:FutureWarning",
338338
"default:Duplicate dimension names present:UserWarning:xarray.namedarray.core",
339-
"default:::xarray.tests.test_strategies", # TODO: remove once we know how to deal with a changed signature in protocols
339+
340+
# TODO: remove once we know how to deal with a changed signature in protocols
341+
"default:::xarray.tests.test_strategies",
340342
]
341343

342344
log_cli_level = "INFO"

0 commit comments

Comments
 (0)