Skip to content

Commit

Permalink
Merge pull request #381 from neutrinoceros/tst/filter_depr_warning_fr…
Browse files Browse the repository at this point in the history
…om_colormap_packages

TST: filter a transitive deprecation warning from matplotlib 3.11 (dev)
  • Loading branch information
neutrinoceros authored Nov 26, 2024
2 parents b0f9a67 + 9b7ccdf commit 25322d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ filterwarnings = [
"error",
'ignore:datetime\.datetime\.utcfromtimestamp\(\) is deprecated:DeprecationWarning', # https://github.com/dateutil/dateutil/pull/1285
'ignore:The py23 module has been deprecated and will be removed in a future release:DeprecationWarning',
"ignore:Passing 'N' to ListedColormap is deprecated since:DeprecationWarning", # https://github.com/matplotlib/cmocean/pull/114
]

[tool.mypy]
Expand Down

0 comments on commit 25322d2

Please sign in to comment.