Skip to content

Commit

Permalink
TST: Ignore numpy.core DeprecationWarning
Browse files Browse the repository at this point in the history
because it is coming out of several places upstream
  • Loading branch information
pllim committed Oct 19, 2023
1 parent 75f3300 commit a5767b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ filterwarnings = [
"ignore::DeprecationWarning:dask",
"ignore::FutureWarning:asteval",
"ignore:::specutils.spectra.spectrum1d",
# 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",
]

[tool.coverage.run]
Expand Down

0 comments on commit a5767b5

Please sign in to comment.