We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pkg_resources
1 parent 798f4d4 commit 821dc24Copy full SHA for 821dc24
xarray/tests/__init__.py
@@ -38,6 +38,7 @@
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
+warnings.filterwarnings("ignore", "pkg_resources is deprecated as an API")
42
43
arm_xfail = pytest.mark.xfail(
44
platform.machine() == "aarch64" or "arm" in platform.machine(),
0 commit comments