We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1658d commit 93adae7Copy full SHA for 93adae7
pyproject.toml
@@ -321,7 +321,9 @@ filterwarnings = [
321
"default:the `pandas.MultiIndex` object:FutureWarning:xarray.tests.test_variable",
322
"default:Using a non-tuple sequence for multidimensional indexing is deprecated:FutureWarning",
323
"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
+
325
+ # TODO: remove once we know how to deal with a changed signature in protocols
326
+ "default:::xarray.tests.test_strategies",
327
]
328
329
log_cli_level = "INFO"
0 commit comments