Windows testing: enable "spack clean" tests (#36840)
They work out out of the box on windows. Simply removing skips.
This commit is contained in:
parent
e47a2a7a65
commit
a965fe9354
@ -4,7 +4,6 @@
|
|||||||
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
@ -17,8 +16,6 @@
|
|||||||
|
|
||||||
clean = spack.main.SpackCommand("clean")
|
clean = spack.main.SpackCommand("clean")
|
||||||
|
|
||||||
pytestmark = pytest.mark.skipif(sys.platform == "win32", reason="does not run on windows")
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture()
|
@pytest.fixture()
|
||||||
def mock_calls_for_clean(monkeypatch):
|
def mock_calls_for_clean(monkeypatch):
|
||||||
|
Loading…
Reference in New Issue
Block a user