Skip to content

Commit 81c0c84

Browse files
authored
Merge pull request #417 from p1c2u/feature/remove-pytest-warnings-filter
Remove pytest warnings filter
2 parents d48e14a + f71486f commit 81c0c84

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)