Skip to content

Commit

Permalink
Backport PR #156: Ignore mpl_scatter_density warning temporarily (#157)
Browse files Browse the repository at this point in the history
Co-authored-by: Brett M. Morris <bmmorris@stsci.edu>
  • Loading branch information
meeseeksmachine and bmorris3 authored Dec 2, 2024
1 parent d7dbb41 commit 76561ab
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 @@ -113,6 +113,7 @@ filterwarnings = [
"ignore::UserWarning:traittypes",
"ignore::DeprecationWarning:asteval",
"ignore::FutureWarning:asteval",
"ignore:pkg_resources is deprecated as an API:DeprecationWarning:mpl_scatter_density",
]

[tool.coverage.run]
Expand Down

0 comments on commit 76561ab

Please sign in to comment.