summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authormarkus-ferrell <116021216+markus-ferrell@users.noreply.github.com>2023-04-21 08:32:33 -0400
committerGitHub <noreply@github.com>2023-04-21 14:32:33 +0200
commitc64ca978779bd2eadcbc6fec8e258fca26e1d49a (patch)
treea530bee38d9ab839cbaf9241e22f14f14cf82f00 /lib
parentcd4dddbef1bd1c05fb1b8c47ee373a3f7eea22b3 (diff)
downloadspack-c64ca978779bd2eadcbc6fec8e258fca26e1d49a.tar.gz
spack-c64ca978779bd2eadcbc6fec8e258fca26e1d49a.tar.bz2
spack-c64ca978779bd2eadcbc6fec8e258fca26e1d49a.tar.xz
spack-c64ca978779bd2eadcbc6fec8e258fca26e1d49a.zip
Enable verify tests on windows (#36975)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/test/cmd/verify.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/spack/spack/test/cmd/verify.py b/lib/spack/spack/test/cmd/verify.py
index 93834741ad..c66559e8db 100644
--- a/lib/spack/spack/test/cmd/verify.py
+++ b/lib/spack/spack/test/cmd/verify.py
@@ -5,9 +5,6 @@
"""Tests for the `spack verify` command"""
import os
-import sys
-
-import pytest
import llnl.util.filesystem as fs
@@ -20,8 +17,6 @@ from spack.main import SpackCommand
verify = SpackCommand("verify")
install = SpackCommand("install")
-pytestmark = pytest.mark.skipif(sys.platform == "win32", reason="does not run on windows")
-
def test_single_file_verify_cmd(tmpdir):
# Test the verify command interface to verifying a single file.