From 4c91df243dcaee7ec1b5d2250675e78cfc2ded96 Mon Sep 17 00:00:00 2001 From: Oleg A Date: Mon, 18 Sep 2023 15:39:18 +0300 Subject: [PATCH] chore: raise unexpected warnings --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index aa31ab34..bbccb271 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -240,6 +240,10 @@ asyncio_mode = "auto" testpaths = [ "tests", ] +filterwarnings = [ + "error", + "ignore::pytest.PytestUnraisableExceptionWarning", +] [tool.coverage.run] branch = false