From 556fd0166c919eb5bae4e125d5a7339b689caaca Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Fri, 15 Dec 2023 11:07:40 +0000 Subject: [PATCH] enable filterwarnings=error --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 7dec861..9c92396 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,12 @@ ignore-regex = "\\\\[fnrstv]" # ignore-words-list = '' [tool.pytest.ini_options] +addopts = [ + "--strict-config", + "--strict-markers", +] markers = ["online"] +filterwarnings = ["error"] [tool.ruff] select = [