Skip to content

Commit 93adae7

Browse files
committed
1 parent 2a1658d commit 93adae7

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
@@ -321,7 +321,9 @@ filterwarnings = [
321321
"default:the `pandas.MultiIndex` object:FutureWarning:xarray.tests.test_variable",
322322
"default:Using a non-tuple sequence for multidimensional indexing is deprecated:FutureWarning",
323323
"default:Duplicate dimension names present:UserWarning:xarray.namedarray.core",
324-
"default:::xarray.tests.test_strategies", # TODO: remove once we know how to deal with a changed signature in protocols
324+
325+
# TODO: remove once we know how to deal with a changed signature in protocols
326+
"default:::xarray.tests.test_strategies",
325327
]
326328

327329
log_cli_level = "INFO"

0 commit comments

Comments
 (0)