From a965fe9354f8ae67e6dbf821f1810baa04d9dacf Mon Sep 17 00:00:00 2001 From: markus-ferrell <116021216+markus-ferrell@users.noreply.github.com> Date: Tue, 18 Jul 2023 15:25:32 -0400 Subject: Windows testing: enable "spack clean" tests (#36840) They work out out of the box on windows. Simply removing skips. --- lib/spack/spack/test/cmd/clean.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/spack/spack/test/cmd/clean.py b/lib/spack/spack/test/cmd/clean.py index 36710cd546..8c711e4c12 100644 --- a/lib/spack/spack/test/cmd/clean.py +++ b/lib/spack/spack/test/cmd/clean.py @@ -4,7 +4,6 @@ # SPDX-License-Identifier: (Apache-2.0 OR MIT) import os -import sys import pytest @@ -17,8 +16,6 @@ import spack.stage clean = spack.main.SpackCommand("clean") -pytestmark = pytest.mark.skipif(sys.platform == "win32", reason="does not run on windows") - @pytest.fixture() def mock_calls_for_clean(monkeypatch): -- cgit v1.2.3-60-g2f50