diff --git a/pyproject.toml b/pyproject.toml index 5e1f01a7..0557223b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -239,6 +239,7 @@ testpaths = [ ] filterwarnings = [ "error", + "ignore::pytest.PytestUnraisableExceptionWarning", ] [tool.coverage.run]