From 174b8809ca898bf0b5b64d17944d26e5b8c97657 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Mon, 27 Jul 2020 17:38:53 +0200 Subject: [PATCH] Add temporary skip of gvpr test for CMake builds on Windows Fails because of https://gitlab.com/graphviz/graphviz/-/issues/1753. --- rtest/test_regression.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rtest/test_regression.py b/rtest/test_regression.py index a8ace4dba..1605fb0f3 100644 --- a/rtest/test_regression.py +++ b/rtest/test_regression.py @@ -143,6 +143,12 @@ def test_1449(): assert stderr.strip() == '', 'SVG color scheme use caused warnings' +# FIXME: Remove skip when +# https://gitlab.com/graphviz/graphviz/-/issues/1753 is fixed +@pytest.mark.skipif( + os.environ.get('build_system') == 'cmake', + reason='The Windows "CMake" installer does not install gvpr (#1753)' +) def test_1594(): ''' GVPR should give accurate line numbers in error messages -- 2.50.1