From 7e45f482d42b86d1099ce3f0d1e69e18de50ef74 Mon Sep 17 00:00:00 2001 From: JRoot Junior Date: Thu, 16 Nov 2023 12:37:15 +0200 Subject: [PATCH] Enable filterwarnings --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2ae2f1b6..5e1f01a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -237,9 +237,9 @@ asyncio_mode = "auto" testpaths = [ "tests", ] -#filterwarnings = [ -# "error", -#] +filterwarnings = [ + "error", +] [tool.coverage.run] branch = false