Skip to content

Commit

Permalink
TST: Ignore numpy.core DeprecationWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Oct 24, 2023
1 parent c01ae65 commit 60b12c7
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 @@ -83,6 +83,9 @@ filterwarnings =
ignore:pkg_resources is deprecated as an API:DeprecationWarning
# Python 3.12 warning from dateutil imported by matplotlib
ignore:.*utcfromtimestamp:DeprecationWarning
# Ignore numpy 2.0 warning, see https://github.com/astropy/astropy/pull/15495
# and https://github.com/scipy/scipy/pull/19275
ignore:.*numpy\.core.*:DeprecationWarning

[flake8]
# Ignoring these for now:
Expand Down

0 comments on commit 60b12c7

Please sign in to comment.