From: Magnus Jacobsson Date: Tue, 11 Aug 2020 15:37:41 +0000 (+0200) Subject: Remove workaround for previously wrong version in MSBuild builds X-Git-Tag: 2.46.0~20^2^2~129^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c204c4f25046ed53c0bad409257e52258252f7c1;p=graphviz Remove workaround for previously wrong version in MSBuild builds https://gitlab.com/graphviz/graphviz/-/issues/1745 --- diff --git a/tests/regression_tests/installation/test_installation.py b/tests/regression_tests/installation/test_installation.py index e84f10be5..7985eface 100644 --- a/tests/regression_tests/installation/test_installation.py +++ b/tests/regression_tests/installation/test_installation.py @@ -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(