Skip to content

Commit

Permalink
TST: Ignore numpy.distutils DeprecationWarning
Browse files Browse the repository at this point in the history
from scipy import of numpy-dev
  • Loading branch information
pllim committed Aug 14, 2023
1 parent 0a702ca commit 22386a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ filterwarnings = [
"ignore:numpy\\.ufunc size changed:RuntimeWarning",
"ignore:numpy\\.ndarray size changed:RuntimeWarning",
"ignore:The numpy\\.array_api submodule is still experimental.*:UserWarning",
"ignore:.*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 22386a9

Please sign in to comment.