Enable verify tests on windows (#36975)
This commit is contained in:
parent
cd4dddbef1
commit
c64ca97877
@ -5,9 +5,6 @@
|
|||||||
|
|
||||||
"""Tests for the `spack verify` command"""
|
"""Tests for the `spack verify` command"""
|
||||||
import os
|
import os
|
||||||
import sys
|
|
||||||
|
|
||||||
import pytest
|
|
||||||
|
|
||||||
import llnl.util.filesystem as fs
|
import llnl.util.filesystem as fs
|
||||||
|
|
||||||
@ -20,8 +17,6 @@
|
|||||||
verify = SpackCommand("verify")
|
verify = SpackCommand("verify")
|
||||||
install = SpackCommand("install")
|
install = SpackCommand("install")
|
||||||
|
|
||||||
pytestmark = pytest.mark.skipif(sys.platform == "win32", reason="does not run on windows")
|
|
||||||
|
|
||||||
|
|
||||||
def test_single_file_verify_cmd(tmpdir):
|
def test_single_file_verify_cmd(tmpdir):
|
||||||
# Test the verify command interface to verifying a single file.
|
# Test the verify command interface to verifying a single file.
|
||||||
|
Loading…
Reference in New Issue
Block a user