Skip to content

Commit

Permalink
add pkg_resources deprectation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wtbarnes committed Dec 2, 2024
1 parent 6d242bd commit a0616df
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 @@ -66,6 +66,7 @@ filterwarnings =
ignore:numpy.ndarray size changed:RuntimeWarning
ignore:The unit 'erg' has been deprecated in the VOUnit standard.:astropy.units.core.UnitsWarning
ignore:datetime.datetime.utcnow\(\) is deprecated and scheduled for removal in a future version.:DeprecationWarning
ignore:pkg_resources is deprecated as an API.:DeprecationWarning

[coverage:run]
omit =
Expand Down

0 comments on commit a0616df

Please sign in to comment.