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