From 416edfa22990c2f9eb081073696b316dd33ecbb2 Mon Sep 17 00:00:00 2001 From: markus-ferrell <116021216+markus-ferrell@users.noreply.github.com> Date: Tue, 18 Jul 2023 19:19:14 -0400 Subject: Windows testing: enable tests for installer components (#36970) These tests now work without any changes to core. Furthermore, it is surprising that they had to be disabled (at least, as long as the installer.py tests are run on Windows: these tests are more-basic and their functionality would have been exercised automatically). --- lib/spack/spack/test/buildrequest.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'lib') diff --git a/lib/spack/spack/test/buildrequest.py b/lib/spack/spack/test/buildrequest.py index 465ec19606..eb603ed1d4 100644 --- a/lib/spack/spack/test/buildrequest.py +++ b/lib/spack/spack/test/buildrequest.py @@ -3,20 +3,12 @@ # # SPDX-License-Identifier: (Apache-2.0 OR MIT) -import sys - import pytest import spack.installer as inst import spack.repo import spack.spec -# Spack functionality tested here should work on Windows, -# however, tests are currently failing because support -# for Spack on Windows has not been extended to this -# module yet. -pytestmark = pytest.mark.skipif(sys.platform == "win32", reason="does not run on windows") - def test_build_request_errors(install_mockery): with pytest.raises(ValueError, match="must be a package"): -- cgit v1.2.3-60-g2f50