Skip to content

Commit

Permalink
TST: Ignore deprecation warning from CRDS
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Feb 21, 2023
1 parent e2193cb commit d5fab30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ filterwarnings =
ignore:Deprecation Warning.*timeout.*parameter no longer needed:UserWarning
# This is from skimage import
ignore:.*np\.bool8.*is a deprecated alias:DeprecationWarning
# https://github.com/spacetelescope/crds/issues/922
ignore:Deprecated call to.*mpl_toolkits.*:DeprecationWarning

[flake8]
# Ignoring these for now:
Expand Down

0 comments on commit d5fab30

Please sign in to comment.