From: Matthew Fernandez Date: Wed, 9 Feb 2022 12:11:36 +0000 (+1100) Subject: CI: get more precise about when #1786 test case fails X-Git-Tag: 3.0.0~28^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0cbabc3ff8a9bd7cd3cae7ab7bb5871cde00bfd7;p=graphviz CI: get more precise about when #1786 test case fails --- diff --git a/ci/tests.py b/ci/tests.py index 1d2d9df6d..549c2d328 100644 --- a/ci/tests.py +++ b/ci/tests.py @@ -149,7 +149,9 @@ def check_that_tool_does_not_exist(tool, os_id): assert shutil.which(tool) is None, f"{tool} has been resurrected in the " \ f'{os.getenv("build_system")} build on {os_id}. Please remove skip.' -@pytest.mark.xfail(strict=is_cmake()) # FIXME +@pytest.mark.xfail(is_cmake(), + reason="png:gd unavailable when built with CMake", + strict=True) # FIXME def test_1786(): """ png:gd format should be supported