From ba255cf5ec7560e4de5346cd623858bd52ebf370 Mon Sep 17 00:00:00 2001 From: markus-ferrell <116021216+markus-ferrell@users.noreply.github.com> Date: Fri, 21 Apr 2023 08:14:51 -0400 Subject: Enable graph tests on windows (#36967) --- lib/spack/spack/test/graph.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/spack/spack/test/graph.py b/lib/spack/spack/test/graph.py index 6af57fe750..3ab45df67f 100644 --- a/lib/spack/spack/test/graph.py +++ b/lib/spack/spack/test/graph.py @@ -3,9 +3,6 @@ # # SPDX-License-Identifier: (Apache-2.0 OR MIT) import io -import sys - -import pytest import spack.graph import spack.repo @@ -39,7 +36,6 @@ def test_static_graph_mpileaks(config, mock_packages): assert ' "dyninst" -> "libelf"\n' in dot -@pytest.mark.skipif(sys.platform == "win32", reason="Not supported on Windows (yet)") def test_dynamic_dot_graph_mpileaks(default_mock_concretization): """Test dynamically graphing the mpileaks package.""" s = default_mock_concretization("mpileaks") -- cgit v1.2.3-60-g2f50