]> granicus.if.org Git - graphviz/commitdiff
Add temporary skip of gvpr test for CMake builds on Windows
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Mon, 27 Jul 2020 15:38:53 +0000 (17:38 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Thu, 30 Jul 2020 14:11:12 +0000 (16:11 +0200)
Fails because of https://gitlab.com/graphviz/graphviz/-/issues/1753.

rtest/test_regression.py

index a8ace4dba125818f1df0ab002cf7160ee6e27e08..1605fb0f3dab938b56e87c673b2d88156c3da19d 100644 (file)
@@ -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