diff --git a/lib/spack/spack/test/config_values.py b/lib/spack/spack/test/config_values.py index d69805a9b60..163634ea4ed 100644 --- a/lib/spack/spack/test/config_values.py +++ b/lib/spack/spack/test/config_values.py @@ -2,15 +2,12 @@ # Spack Project Developers. See the top-level COPYRIGHT file for details. # # SPDX-License-Identifier: (Apache-2.0 OR MIT) -import sys import pytest import spack.spec 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.usefixtures("mock_packages")