Enable verify tests on windows (#36975)

This commit is contained in:
markus-ferrell
2023-04-21 08:32:33 -04:00
committed by GitHub
parent cd4dddbef1
commit c64ca97877

View File

@@ -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.