diff --git a/pyproject.toml b/pyproject.toml index f9cee95..d9c32f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -123,7 +123,11 @@ docstring-code-format = true # https://docs.pytest.org/en/6.2.x/customize.html [tool.pytest.ini_options] minversion = "6.0" -filterwarnings = ["error", "ignore:Enum value:DeprecationWarning:superqt"] +filterwarnings = [ + "error", + "ignore:Enum value:DeprecationWarning:superqt", + "ignore:`__get_validators__` is deprecated and will be removed", +] # https://mypy.readthedocs.io/en/stable/config_file.html [tool.mypy]