Enable verify tests on windows (#36975)
This commit is contained in:
parent
cd4dddbef1
commit
c64ca97877
1 changed files with 0 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue