Skip to content

Commit

Permalink
Document a warning we are filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Dec 11, 2023
1 parent 071dc6f commit 364938a
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 @@ -143,6 +143,7 @@ filterwarnings = [
'ignore:\s+Sentinel is not a public part of the traitlets API:DeprecationWarning',
# ginga is using something from asdf that has been deprecated
'ignore:AsdfInFits has been deprecated:DeprecationWarning',
# ipyautoui generates this warning...
'ignore:metadata \{.+\} was set from the constructor:DeprecationWarning',
# Generated from batman
'ignore:Conversion of an array with ndim > 0 to a scalar:DeprecationWarning',
Expand Down

0 comments on commit 364938a

Please sign in to comment.