Enable graph tests on windows (#36967)
This commit is contained in:
parent
2ca049e74a
commit
ba255cf5ec
@ -3,9 +3,6 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||||
import io
|
import io
|
||||||
import sys
|
|
||||||
|
|
||||||
import pytest
|
|
||||||
|
|
||||||
import spack.graph
|
import spack.graph
|
||||||
import spack.repo
|
import spack.repo
|
||||||
@ -39,7 +36,6 @@ def test_static_graph_mpileaks(config, mock_packages):
|
|||||||
assert ' "dyninst" -> "libelf"\n' in dot
|
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):
|
def test_dynamic_dot_graph_mpileaks(default_mock_concretization):
|
||||||
"""Test dynamically graphing the mpileaks package."""
|
"""Test dynamically graphing the mpileaks package."""
|
||||||
s = default_mock_concretization("mpileaks")
|
s = default_mock_concretization("mpileaks")
|
||||||
|
Loading…
Reference in New Issue
Block a user