chore: warnings shall not pass v2

This commit is contained in:
Oleg A 2023-09-19 20:10:49 +03:00
parent 76259ffcc4
commit cb68075f70
No known key found for this signature in database
GPG key ID: 5FE046817A9657C5

View file

@ -240,6 +240,10 @@ asyncio_mode = "auto"
testpaths = [
"tests",
]
filterwarnings = [
"error",
"ignore::pytest.PytestUnraisableExceptionWarning",
]
[tool.coverage.run]
branch = false