From 3a15a393b0a600a8ee253d66c2ef0c7fa73b2f40 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