diff --git a/pyproject.toml b/pyproject.toml index c3c56a5fd..7b2022550 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -272,6 +272,7 @@ markers = [ "requires_docs: mark tests that can only be run with documentation present (deselect with '-m \"not requires_docs\"')", "requires_internet: mark tests that require internet access (deselect with '-m \"not requires_internet\"')" ] +xfail_strict = true [tool.ruff] src = ["xclim"]