From 98f8c342c5ed824e995e11b454af36eeb9402f45 Mon Sep 17 00:00:00 2001 From: crusaderky Date: Sun, 4 Feb 2024 19:31:57 +0000 Subject: [PATCH] filterwarnings config (#34) --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c3385ed..7bcf46d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,10 +60,11 @@ requires = [ build-backend = "setuptools.build_meta" [tool.pytest.ini_options] -addopts = "-W error --strict-markers --strict-config -v -r sxfE --color=yes" +addopts = "--strict-markers --strict-config -v -r sxfE --color=yes" xfail_strict = true python_files = ["test_*.py"] testpaths = ["TEMPLATE/tests"] +filterwarnings = ["error"] [tool.coverage.report] show_missing = true