]> granicus.if.org Git - graphviz/commitdiff
Add skip of test_1818 also for macOS
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 20 Oct 2020 12:50:09 +0000 (14:50 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Sat, 24 Oct 2020 05:46:24 +0000 (07:46 +0200)
Fails because of https://gitlab.com/graphviz/graphviz/-/issues/1858.

rtest/test_regression.py

index 425f9b857d1a17b96b44806f5c61d2acf179487f..28b5f251c5b0108d547d5beb20e9c47361ec04d2 100644 (file)
@@ -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