Skip to content

Commit

Permalink
TST: Un-ignore numpy warnings from scipy-dev
Browse files Browse the repository at this point in the history
because they fixed it while I was sleeping
  • Loading branch information
pllim committed Aug 15, 2023
1 parent 058ea12 commit 958e115
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 958e115

Please sign in to comment.