Skip to content

Commit

Permalink
fix doctests: supress urllib3 warning (pydata#7326)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathause authored and headtr1ck committed Nov 29, 2022
1 parent 9e0f312 commit 29673d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xarray/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
except ImportError:
pass

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

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

0 comments on commit 29673d5

Please sign in to comment.