From b710778bda98fec5b01196a04ecdd4ecadb3bd20 Mon Sep 17 00:00:00 2001 From: markus-ferrell <116021216+markus-ferrell@users.noreply.github.com> Date: Tue, 18 Jul 2023 15:33:52 -0400 Subject: Windows testing: enable architecture test (#36973) Works out of the box: remove skip. --- lib/spack/spack/test/architecture.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') diff --git a/lib/spack/spack/test/architecture.py b/lib/spack/spack/test/architecture.py index f00d66ad32..db28f42227 100644 --- a/lib/spack/spack/test/architecture.py +++ b/lib/spack/spack/test/architecture.py @@ -4,7 +4,6 @@ # SPDX-License-Identifier: (Apache-2.0 OR MIT) import os import platform -import sys import pytest @@ -59,7 +58,6 @@ def test_platform(current_host_platform): assert str(detected_platform) == str(current_host_platform) -@pytest.mark.skipif(sys.platform == "win32", reason="Not supported on Windows (yet)") def test_user_input_combination(config, target_str, os_str): """Test for all the valid user input combinations that both the target and the operating system match. -- cgit v1.2.3-60-g2f50