Ignore PytestUnraisableExceptionWarning again

This commit is contained in:
JRoot Junior 2023-11-16 12:40:52 +02:00
parent 7e45f482d4
commit 5b59ca679a
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2

View file

@ -239,6 +239,7 @@ testpaths = [
]
filterwarnings = [
"error",
"ignore::pytest.PytestUnraisableExceptionWarning",
]
[tool.coverage.run]