summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authormarkus-ferrell <116021216+markus-ferrell@users.noreply.github.com>2023-07-18 19:19:14 -0400
committerGitHub <noreply@github.com>2023-07-18 16:19:14 -0700
commit416edfa22990c2f9eb081073696b316dd33ecbb2 (patch)
tree287cd2c51d6c87a72ac9f981ed97ac4e5c925114 /lib
parent9beb02ea8354830c259bf8d5ec9dae3eae0b17cc (diff)
downloadspack-416edfa22990c2f9eb081073696b316dd33ecbb2.tar.gz
spack-416edfa22990c2f9eb081073696b316dd33ecbb2.tar.bz2
spack-416edfa22990c2f9eb081073696b316dd33ecbb2.tar.xz
spack-416edfa22990c2f9eb081073696b316dd33ecbb2.zip
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).
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/test/buildrequest.py8
1 files changed, 0 insertions, 8 deletions
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"):