We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87399a2 commit a72decfCopy full SHA for a72decf
pyproject.toml
@@ -336,7 +336,9 @@ filterwarnings = [
336
"default:the `pandas.MultiIndex` object:FutureWarning:xarray.tests.test_variable",
337
"default:Using a non-tuple sequence for multidimensional indexing is deprecated:FutureWarning",
338
"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
+
340
+ # TODO: remove once we know how to deal with a changed signature in protocols
341
+ "default:::xarray.tests.test_strategies",
342
]
343
344
log_cli_level = "INFO"
0 commit comments