Enable versions cmd tests on windows (#36974)
This commit is contained in:
parent
e77b1da772
commit
cd4dddbef1
@ -3,8 +3,6 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||||
|
|
||||||
import sys
|
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from spack.main import SpackCommand
|
from spack.main import SpackCommand
|
||||||
@ -12,8 +10,6 @@
|
|||||||
|
|
||||||
versions = SpackCommand("versions")
|
versions = SpackCommand("versions")
|
||||||
|
|
||||||
pytestmark = pytest.mark.skipif(sys.platform == "win32", reason="does not run on windows")
|
|
||||||
|
|
||||||
|
|
||||||
def test_safe_only_versions():
|
def test_safe_only_versions():
|
||||||
"""Only test the safe versions of a package.
|
"""Only test the safe versions of a package.
|
||||||
|
Loading…
Reference in New Issue
Block a user