Skip to content

Commit

Permalink
MAINT: adding warning filter for numpy._core rename
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Oct 18, 2023
1 parent 6405cb4 commit 95ac2e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ filterwarnings =
ignore:unclosed <ssl.SSLSocket:ResourceWarning
# This can be removed once the minimum astropy is 5.0.1?
ignore:distutils Version classes are deprecated:DeprecationWarning
# Numpy 2.0 deprecations triggered by upstream libraries.
# Exact warning messages differ, thus using a super generic filter.
ignore:numpy.core:DeprecationWarning


[flake8]
Expand Down

0 comments on commit 95ac2e2

Please sign in to comment.