Skip to content

Commit

Permalink
MAINT: ignore unsafe_hash deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Aug 6, 2024
1 parent 14ff31f commit 9ae9e14
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 @@ typeCheckingMode = "strict"
addopts = ["--color=yes"]
filterwarnings = [
"error",
"ignore: The `hash` argument is deprecated in favor of `unsafe_hash` and will be removed in or after August 2025.:DeprecationWarning",
"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\\..*This is deprecated.*",
Expand Down

0 comments on commit 9ae9e14

Please sign in to comment.