diff --git a/pyproject.toml b/pyproject.toml index 02f5a7da..dfd84fb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,11 +99,6 @@ addopts = """ --cov-report=term-missing --cov-report=xml """ -filterwarnings = [ - "ignore::DeprecationWarning:jsonschema.validators", - "ignore::DeprecationWarning:openapi_spec_validator.validators", - "ignore::DeprecationWarning:openapi_core.unmarshalling.schemas.unmarshallers", -] [tool.black] line-length = 79