You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"pandas.api.types.is_extension_array_dtype".msg = "Use xarray.core.utils.is_allowed_extension_array{_dtype} instead. Only use the banend API if the incoming data has already been sanitized by xarray"
306
306
307
307
[tool.pytest.ini_options]
308
-
addopts = [
309
-
"--strict-config",
310
-
"--strict-markers",
311
-
"--mypy-only-local-stub",
312
-
"--mypy-pyproject-toml-file=pyproject.toml",
313
-
]
308
+
#addopts = [
309
+
# "--strict-config",
310
+
# "--strict-markers",
311
+
# "--mypy-only-local-stub",
312
+
# "--mypy-pyproject-toml-file=pyproject.toml",
313
+
#]
314
314
315
315
# We want to forbid warnings from within xarray in our tests — instead we should
316
316
# fix our own code, or mark the test itself as expecting a warning. So this:
0 commit comments