Skip to content

Commit

Permalink
Enable versions cmd tests on windows (spack#36974)
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-ferrell committed Apr 21, 2023
1 parent e77b1da commit cd4dddb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/spack/spack/test/cmd/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,13 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

import sys

import pytest

from spack.main import SpackCommand
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.
Expand Down

0 comments on commit cd4dddb

Please sign in to comment.