diff --git a/pytest.ini b/pytest.ini index 5ffe8f15..8658fc91 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,4 @@ [pytest] filterwarnings = - ignore::pydantic.main.PydanticDeprecatedSince20 \ No newline at end of file + ignore:The `schema` method is deprecated.*:DeprecationWarning + ignore:Support for class-based `config` is deprecated*:DeprecationWarning \ No newline at end of file