test_migrate_diff: mark xfail on Windows for now (#50513)
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
This commit is contained in:
parent
7a0c5671dc
commit
70f4eef020
@ -142,6 +142,7 @@ def test_repo_migrate(tmp_path: pathlib.Path, config):
|
|||||||
assert pkg_py_numpy_new.read_bytes() == NEW_NUMPY
|
assert pkg_py_numpy_new.read_bytes() == NEW_NUMPY
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.not_on_windows("Known failure on windows")
|
||||||
def test_migrate_diff(git: Executable, tmp_path: pathlib.Path):
|
def test_migrate_diff(git: Executable, tmp_path: pathlib.Path):
|
||||||
root, _ = spack.repo.create_repo(str(tmp_path), "foo", package_api=(2, 0))
|
root, _ = spack.repo.create_repo(str(tmp_path), "foo", package_api=(2, 0))
|
||||||
r = pathlib.Path(root)
|
r = pathlib.Path(root)
|
||||||
|
Loading…
Reference in New Issue
Block a user