From 962df6334dc648c6487afaba4c7027ef85e275d2 Mon Sep 17 00:00:00 2001 From: markus-ferrell <116021216+markus-ferrell@users.noreply.github.com> Date: Fri, 21 Apr 2023 08:15:09 -0400 Subject: Enable config values tests on windows (#36969) --- lib/spack/spack/test/config_values.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/spack/spack/test/config_values.py b/lib/spack/spack/test/config_values.py index d69805a9b6..163634ea4e 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") -- cgit v1.2.3-70-g09d2