Enable config values tests on windows (#36969)
This commit is contained in:
parent
ba255cf5ec
commit
962df6334d
@ -2,15 +2,12 @@
|
|||||||
# 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
|
||||||
|
|
||||||
import spack.spec
|
import spack.spec
|
||||||
import spack.store
|
import spack.store
|
||||||
|
|
||||||
pytestmark = pytest.mark.skipif(sys.platform == "win32", reason="does not run on windows")
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize("hash_length", [1, 2, 3, 4, 5, 9])
|
@pytest.mark.parametrize("hash_length", [1, 2, 3, 4, 5, 9])
|
||||||
@pytest.mark.usefixtures("mock_packages")
|
@pytest.mark.usefixtures("mock_packages")
|
||||||
|
Loading…
Reference in New Issue
Block a user