Skip to content

Commit

Permalink
xfail raster test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoup committed Apr 23, 2023
1 parent 005179d commit 7377196
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions tests/raster/test_workingcopy.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import platform

import pytest

from .fixtures import requires_gdal_info # noqa
Expand Down Expand Up @@ -106,6 +108,9 @@ def test_working_copy_edit(
)


@pytest.mark.xfail(
platform.system() == "Windows", reason="TODO on Windows", strict=True
)
@pytest.mark.parametrize(
"pam_filename",
[
Expand Down
2 changes: 1 addition & 1 deletion vcpkg-vendor/vcpkg

0 comments on commit 7377196

Please sign in to comment.