assert ret != -signal.SIGSEGV, 'Graphviz segfaulted'
# FIXME: Remove skip when
+
# https://gitlab.com/graphviz/graphviz/-/issues/1816 is fixed
@pytest.mark.skipif(
platform.system() == 'Windows',
assert 'Usage' in output, 'gvedit -? did not show usage'
+# 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 lefty (#1753)'
+)
def test_1818():
'''
lefty -? should show usage