From: Magnus Jacobsson Date: Tue, 20 Oct 2020 12:50:09 +0000 (+0200) Subject: Add skip of test_1818 also for macOS X-Git-Tag: 2.46.0~20^2^2~15^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e535bb6431b053189fec089c552143e0fbb1e6b;p=graphviz Add skip of test_1818 also for macOS Fails because of https://gitlab.com/graphviz/graphviz/-/issues/1858. --- diff --git a/rtest/test_regression.py b/rtest/test_regression.py index 425f9b857..28b5f251c 100644 --- a/rtest/test_regression.py +++ b/rtest/test_regression.py @@ -360,6 +360,12 @@ def test_1813(): os.environ.get('build_system') == 'cmake', reason='The Windows "CMake" installer does not install lefty (#1753)' ) +# FIXME: Remove skip when +# https://gitlab.com/graphviz/graphviz/-/issues/1858 is fixed +@pytest.mark.skipif( + platform.system() == 'Darwin', + reason='lefty is not built on macOS (#1858)' +) def test_1818(): ''' lefty -? should show usage