Enable graph tests on windows (#36967)
This commit is contained in:
parent
2ca049e74a
commit
ba255cf5ec
1 changed files with 0 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue