diff --git a/pyproject.toml b/pyproject.toml index 5a9be49..267b80f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [