Skip to content

Commit

Permalink
Update filterwarning
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Jan 3, 2023
1 parent 22b5b03 commit 619c2d1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,12 @@ nbsmoke_skip_run = .*Homepage\.ipynb$
.*gallery/.*/xarray_quadmesh\.ipynb$
.*gallery/.*/katrina_track\.ipynb$
filterwarnings =
ignore:`.+?` is a deprecated alias for `.+?`.:DeprecationWarning:bokeh
ignore:`.+?` is a deprecated alias for `.+?`.:DeprecationWarning:cupy
; 2023-01: https://github.com/bokeh/bokeh/pull/12690
ignore:`.+?` is a deprecated alias for `.+?`.:DeprecationWarning:bokeh
; 2023-01: https://github.com/cupy/cupy/pull/7245
ignore:`.+?` is a deprecated alias for `.+?`.:DeprecationWarning:cupy
; 2023-01: https://github.com/SciTools/cartopy/issues/2113
ignore:The 'geom_factory' function is deprecated in Shapely 2:DeprecationWarning:cartopy.crs

[flake8]
include = *.py
Expand Down

0 comments on commit 619c2d1

Please sign in to comment.