From c204c4f25046ed53c0bad409257e52258252f7c1 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Tue, 11 Aug 2020 17:37:41 +0200 Subject: [PATCH] Remove workaround for previously wrong version in MSBuild builds https://gitlab.com/graphviz/graphviz/-/issues/1745 --- tests/regression_tests/installation/test_installation.py | 6 ------ 1 file changed, 6 deletions(-) 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( -- 2.40.0