From c64ca978779bd2eadcbc6fec8e258fca26e1d49a Mon Sep 17 00:00:00 2001 From: markus-ferrell <116021216+markus-ferrell@users.noreply.github.com> Date: Fri, 21 Apr 2023 08:32:33 -0400 Subject: [PATCH] Enable verify tests on windows (#36975) --- lib/spack/spack/test/cmd/verify.py | 5 ----- 1 file changed, 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 @@ 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.