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 6f1cf51 commit 78b27ecCopy full SHA for 78b27ec
xarray/tests/__init__.py
@@ -35,6 +35,8 @@
35
except ImportError:
36
pass
37
38
+# https://github.com/pydata/xarray/issues/7322
39
+warnings.filterwarnings("ignore", "'urllib3.contrib.pyopenssl' module is deprecated")
40
41
arm_xfail = pytest.mark.xfail(
42
platform.machine() == "aarch64" or "arm" in platform.machine(),
0 commit comments