Skip to content

Commit

Permalink
Merge pull request #15201 from pllim/unignore-dev-warns
Browse files Browse the repository at this point in the history
TST: Un-ignore warnings in devdeps
  • Loading branch information
pllim committed Aug 18, 2023
2 parents ac21802 + 62a0127 commit 9b97d98
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,6 @@ filterwarnings =
ignore:unclosed transport <asyncio.sslproto
ignore:numpy\.ufunc size changed:RuntimeWarning
ignore:numpy\.ndarray size changed:RuntimeWarning
# The next 2 maybe fixed by https://github.com/scipy/scipy/pull/19067
ignore:The numpy\.array_api submodule is still experimental:UserWarning
ignore:((.|\n)*)numpy\.distutils:DeprecationWarning
ignore:Importing from numpy:DeprecationWarning:scipy
ignore:Conversion of the second argument:FutureWarning:scipy
ignore:Using a non-tuple sequence:FutureWarning:scipy
Expand Down

0 comments on commit 9b97d98

Please sign in to comment.