Skip to content

Commit f71486f

Browse files
committed
Remove pytest warnings filter
1 parent d48e14a commit f71486f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,6 @@ addopts = """
9999
--cov-report=term-missing
100100
--cov-report=xml
101101
"""
102-
filterwarnings = [
103-
"ignore::DeprecationWarning:jsonschema.validators",
104-
"ignore::DeprecationWarning:openapi_spec_validator.validators",
105-
"ignore::DeprecationWarning:openapi_core.unmarshalling.schemas.unmarshallers",
106-
]
107102

108103
[tool.black]
109104
line-length = 79

0 commit comments

Comments
 (0)