From: Debian Science Team Date: Sat, 29 Mar 2025 13:01:52 +0000 (+0000) Subject: Ignore warning added in matplotlib 3.10 X-Git-Tag: archive/raspbian/2.2.3+dfsg-9+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f8dd345142a5a6fd376dbed4fcdd667b353263fe;p=pandas.git Ignore warning added in matplotlib 3.10 Author: Rebecca N. Palmer Bug-Debian: https://bugs.debian.org/1101527 Forwarded: no Gbp-Pq: Name 1101527_matplotlib3p10.patch --- diff --git a/pyproject.toml b/pyproject.toml index 869bb06a..8b51d101 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -507,6 +507,7 @@ filterwarnings = [ "ignore::ResourceWarning:asyncio", # From plotting doctests "ignore:More than 20 figures have been opened:RuntimeWarning", + "ignore:vert.*bool will be deprecated in a future version.*:PendingDeprecationWarning", # Will be fixed in numba 0.56: https://github.com/numba/numba/issues/7758 "ignore:`np.MachAr` is deprecated:DeprecationWarning:numba", "ignore:.*urllib3:DeprecationWarning:botocore",