Windows testing: enable bootstrap test (#36972)
This commit is contained in:
parent
64361e1fc7
commit
f24f98a1e2
@ -2,7 +2,6 @@
|
|||||||
# Spack Project Developers. See the top-level COPYRIGHT file for details.
|
# Spack Project Developers. See the top-level COPYRIGHT file for details.
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||||
import sys
|
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
@ -166,7 +165,6 @@ def test_nested_use_of_context_manager(mutable_config):
|
|||||||
assert spack.config.config == user_config
|
assert spack.config.config == user_config
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skipif(sys.platform == "win32", reason="Not supported on Windows (yet)")
|
|
||||||
@pytest.mark.parametrize("expected_missing", [False, True])
|
@pytest.mark.parametrize("expected_missing", [False, True])
|
||||||
def test_status_function_find_files(
|
def test_status_function_find_files(
|
||||||
mutable_config, mock_executable, tmpdir, monkeypatch, expected_missing
|
mutable_config, mock_executable, tmpdir, monkeypatch, expected_missing
|
||||||
|
Loading…
Reference in New Issue
Block a user