Windows testing: enable "spack clean" tests (#36840)

They work out out of the box on windows. Simply removing skips.
This commit is contained in:
markus-ferrell 2023-07-18 15:25:32 -04:00 committed by GitHub
parent e47a2a7a65
commit a965fe9354
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,6 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
import os
import sys
import pytest
@ -17,8 +16,6 @@
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):