Skip to content

Commit

Permalink
Merge pull request #493 from bsipocz/setup_np.core
Browse files Browse the repository at this point in the history
MAINT: adding warning filter for numpy._core rename
  • Loading branch information
bsipocz authored Oct 18, 2023
2 parents 6405cb4 + 95ac2e2 commit ad84a0e
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 ad84a0e

Please sign in to comment.