We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de881e commit 185e28eCopy full SHA for 185e28e
xarray/tests/__init__.py
@@ -37,6 +37,7 @@
37
38
# https://github.com/pydata/xarray/issues/7322
39
warnings.filterwarnings("ignore", "'urllib3.contrib.pyopenssl' module is deprecated")
40
+warnings.filterwarnings("ignore", "Deprecated call to `pkg_resources.declare_namespace")
41
42
arm_xfail = pytest.mark.xfail(
43
platform.machine() == "aarch64" or "arm" in platform.machine(),
0 commit comments