Skip to content

Commit

Permalink
MAINT: ignore google._upb._message.MessageMapContainer deprecation …
Browse files Browse the repository at this point in the history
…warning
  • Loading branch information
redeboer committed Jun 24, 2024
1 parent 4754972 commit 01f6612
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 @@ -265,6 +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:.*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 01f6612

Please sign in to comment.