From cd4dddbef1bd1c05fb1b8c47ee373a3f7eea22b3 Mon Sep 17 00:00:00 2001 From: markus-ferrell <116021216+markus-ferrell@users.noreply.github.com> Date: Fri, 21 Apr 2023 08:31:14 -0400 Subject: Enable versions cmd tests on windows (#36974) --- lib/spack/spack/test/cmd/versions.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib') 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. -- cgit v1.2.3-60-g2f50