Skip to content

Commit

Permalink
Merge pull request #2374 from pllim/revert-scipy-warn-ignore
Browse files Browse the repository at this point in the history
TST: Un-ignore numpy warnings from scipy-dev
  • Loading branch information
pllim authored Aug 19, 2023
2 parents 9f578d7 + 5185b29 commit d067429
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ 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 Down

0 comments on commit d067429

Please sign in to comment.