From ef9d0e0bc173dac03f1af954f9a9d3574203a64e Mon Sep 17 00:00:00 2001 From: Iuri de Silvio Date: Thu, 7 Mar 2024 23:52:54 +0100 Subject: [PATCH] Fail tests with warnings --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f3dd12b..c994210 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,9 @@ enable = true [tool.pytest.ini_options] addopts = "--capture=no" +filterwarnings = [ + "error", +] [tool.ruff] line-length = 88