Skip to content

Commit

Permalink
Merge pull request #2369 from pllim/fix-devdeps-again-2023-08-14
Browse files Browse the repository at this point in the history
TST: Ignore array_api experimental warning when scipy-dev imports numpy-dev
  • Loading branch information
pllim authored Aug 14, 2023
2 parents 7dcc714 + fc149bb commit 058ea12
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 @@ -129,6 +129,8 @@ filterwarnings = [
"error",
"ignore:numpy\\.ufunc size changed:RuntimeWarning",
"ignore:numpy\\.ndarray size changed:RuntimeWarning",
"ignore:The numpy\\.array_api submodule is still experimental.*:UserWarning",
"ignore:((.|\\n)*)numpy\\.distutils*:DeprecationWarning",
"ignore:distutils Version classes are deprecated:DeprecationWarning",
"ignore:Passing unrecognized arguments to super:DeprecationWarning",
"ignore:.*With traitlets 4\\.1, metadata should be set using the \\.tag\\(\\) method:DeprecationWarning",
Expand All @@ -143,6 +145,7 @@ filterwarnings = [
"ignore::DeprecationWarning:traittypes",
"ignore::DeprecationWarning:voila",
"ignore::DeprecationWarning:asteval",
"ignore::DeprecationWarning:dask",
"ignore::FutureWarning:asteval",
"ignore:::specutils.spectra.spectrum1d",
]
Expand Down

0 comments on commit 058ea12

Please sign in to comment.