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 bcaaff2 commit d30701b
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 @@ -196,6 +196,7 @@ doctest_optionflags = [
]
filterwarnings = [
"error",
"ignore:The `hash` argument is deprecated in favor of `unsafe_hash` and will be removed in or after August 2025.:DeprecationWarning",
"ignore:the imp module is deprecated in favour of importlib.*:DeprecationWarning",
]
markers = [
Expand Down

0 comments on commit d30701b

Please sign in to comment.