Skip to content

Commit

Permalink
Merge pull request astropy#1024 from WilliamJamieson/bugfix/entry_points
Browse files Browse the repository at this point in the history
Catch deprecation warning for ASDF entry point
  • Loading branch information
pllim authored Feb 23, 2023
2 parents 75a6cba + 0bbace9 commit ca3153f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ filterwarnings =
ignore:Input WCS indicates that the spectral axis is not last:UserWarning
ignore:No velocity defined on frame:astropy.coordinates.spectral_coordinate.NoVelocityWarning
ignore:No observer defined on WCS:astropy.utils.exceptions.AstropyUserWarning
ignore:specutils uses the deprecated entry point.*:asdf.exceptions.AsdfDeprecationWarning

[coverage:run]
omit =
Expand Down

0 comments on commit ca3153f

Please sign in to comment.