Ignore warning added in matplotlib 3.10
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Sat, 29 Mar 2025 13:01:52 +0000 (13:01 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Sat, 29 Mar 2025 13:01:52 +0000 (13:01 +0000)
Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Bug-Debian: https://bugs.debian.org/1101527
Forwarded: no

Gbp-Pq: Name 1101527_matplotlib3p10.patch

pyproject.toml

index 869bb06ad5caca494457992e5d3e80c8b8af589b..8b51d101d3c641f7c935e5c95270279f7355e3a8 100644 (file)
@@ -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",