Skip to content

Commit a3b43eb

Browse files
committed
Skip test on windows
1 parent ebb28a1 commit a3b43eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_link.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def test_resolve_stac_object_no_root_and_target_is_item(self) -> None:
9999
link = pystac.Link("my rel", target=self.item)
100100
link.resolve_stac_object()
101101

102+
@pytest.mark.skipif(os.name == "nt", reason="Non-windows test")
102103
def test_resolve_stac_object_throws_informative_error(self) -> None:
103104
link = pystac.Link("root", target="/a/b/foo.json")
104105
with pytest.raises(

0 commit comments

Comments
 (0)