summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authormarkus-ferrell <116021216+markus-ferrell@users.noreply.github.com>2023-04-21 08:31:14 -0400
committerGitHub <noreply@github.com>2023-04-21 14:31:14 +0200
commitcd4dddbef1bd1c05fb1b8c47ee373a3f7eea22b3 (patch)
tree6a190a4af4d2315414e6ca2048fadb6fddf273de /lib
parente77b1da772eaefb06a8228971426ff3838dc4737 (diff)
downloadspack-cd4dddbef1bd1c05fb1b8c47ee373a3f7eea22b3.tar.gz
spack-cd4dddbef1bd1c05fb1b8c47ee373a3f7eea22b3.tar.bz2
spack-cd4dddbef1bd1c05fb1b8c47ee373a3f7eea22b3.tar.xz
spack-cd4dddbef1bd1c05fb1b8c47ee373a3f7eea22b3.zip
Enable versions cmd tests on windows (#36974)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/test/cmd/versions.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/spack/spack/test/cmd/versions.py b/lib/spack/spack/test/cmd/versions.py
index f0487cddb6..d0803a1965 100644
--- a/lib/spack/spack/test/cmd/versions.py
+++ b/lib/spack/spack/test/cmd/versions.py
@@ -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 @@ from spack.version import Version
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.