Enable graph tests on windows (#36967)

This commit is contained in:
markus-ferrell 2023-04-21 08:14:51 -04:00 committed by GitHub
parent 2ca049e74a
commit ba255cf5ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")