summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.