Enable filterwarnings

This commit is contained in:
JRoot Junior 2023-11-16 12:37:15 +02:00
parent 9bced29923
commit 7e45f482d4
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2

View file

@ -237,9 +237,9 @@ asyncio_mode = "auto"
testpaths = [
"tests",
]
#filterwarnings = [
# "error",
#]
filterwarnings = [
"error",
]
[tool.coverage.run]
branch = false