Skip to content

Commit

Permalink
MAINT: generalize deprecation warning regex match
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jun 24, 2024
1 parent 01f6612 commit 7267934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ filterwarnings = [
"error",
"ignore: `np.bool8` is a deprecated alias for `np.bool_`.*:DeprecationWarning",
"ignore:.* is deprecated and will be removed in Pillow 10.*:DeprecationWarning",
"ignore:.*Type google\\._upb\\._message\\.MessageMapContainer uses PyType_Spec with a metaclass that has custom tp_new:DeprecationWarning",
"ignore:.*Type google\\._upb\\..*This is deprecated.*",
"ignore:.*Using or importing the ABCs.*:DeprecationWarning",
"ignore:.*the imp module is deprecated in favour of importlib.*:DeprecationWarning",
"ignore:Passing a schema to Validator.iter_errors is deprecated.*:DeprecationWarning",
Expand Down

0 comments on commit 7267934

Please sign in to comment.