Fails because of https://gitlab.com/graphviz/graphviz/-/issues/1857.
assert ret != -signal.SIGSEGV, 'Graphviz segfaulted'
# FIXME: Remove skip when
+# https://gitlab.com/graphviz/graphviz/-/issues/1857 and
# https://gitlab.com/graphviz/graphviz/-/issues/1816 is fixed
@pytest.mark.skipif(
os.environ.get('build_system') == 'cmake' or
+ platform.system() == 'Darwin' or
platform.system() == 'Windows',
- reason='gvedit is not built for Windows or using CMake (#1816)'
+ reason='gvedit is not built for macOS or Windows or using CMake (#1816 & #1857)'
)
def test_1813():
'''