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