]> granicus.if.org Git - graphviz/commitdiff
Remove workaround for previously wrong version in MSBuild builds
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Tue, 11 Aug 2020 15:37:41 +0000 (17:37 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Wed, 12 Aug 2020 06:32:10 +0000 (08:32 +0200)
https://gitlab.com/graphviz/graphviz/-/issues/1745

tests/regression_tests/installation/test_installation.py

index e84f10be53288ffdb4afb3ec3ac9cd3064e604cb..7985efaceecba1f5d7c668cd9c021665ccea8852 100644 (file)
@@ -2,12 +2,6 @@ import pytest
 import subprocess
 import os
 
-# FIXME: Remove skip when
-# https://gitlab.com/graphviz/graphviz/-/issues/1745 is fixed
-@pytest.mark.skipif(
-    os.getenv('build_system') == 'msbuild',
-    reason='Windows msbuild executables have the wrong version (#1745)'
-)
 def test_installation():
     expected_version = os.environ['GV_VERSION']
     actual_version_string = subprocess.check_output(