Skip to content
forked from pydata/xarray

Commit 821dc24

Browse files
authored
ignore the pkg_resources deprecation warning (pydata#7594)
1 parent 798f4d4 commit 821dc24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xarray/tests/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
# https://github.com/pydata/xarray/issues/7322
3939
warnings.filterwarnings("ignore", "'urllib3.contrib.pyopenssl' module is deprecated")
4040
warnings.filterwarnings("ignore", "Deprecated call to `pkg_resources.declare_namespace")
41+
warnings.filterwarnings("ignore", "pkg_resources is deprecated as an API")
4142

4243
arm_xfail = pytest.mark.xfail(
4344
platform.machine() == "aarch64" or "arm" in platform.machine(),

0 commit comments

Comments
 (0)