From cb68075f70d23591063574cab7dfeb9e2c777f51 Mon Sep 17 00:00:00 2001 From: Oleg A Date: Tue, 19 Sep 2023 20:10:49 +0300 Subject: [PATCH] chore: warnings shall not pass v2 --- 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