Skip to content

Commit

Permalink
supress namespace_package deprecation warning (doctests) (#7548)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathause authored Feb 23, 2023
1 parent 1de881e commit 185e28e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xarray/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

# https://github.com/pydata/xarray/issues/7322
warnings.filterwarnings("ignore", "'urllib3.contrib.pyopenssl' module is deprecated")
warnings.filterwarnings("ignore", "Deprecated call to `pkg_resources.declare_namespace")

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

0 comments on commit 185e28e

Please sign in to comment.