chore: raise unexpected warnings

This commit is contained in:
Oleg A 2023-09-18 15:39:18 +03:00
parent c5e3afa0ca
commit 4c91df243d
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