We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb28a1 commit a3b43ebCopy full SHA for a3b43eb
tests/test_link.py
@@ -99,6 +99,7 @@ def test_resolve_stac_object_no_root_and_target_is_item(self) -> None:
99
link = pystac.Link("my rel", target=self.item)
100
link.resolve_stac_object()
101
102
+ @pytest.mark.skipif(os.name == "nt", reason="Non-windows test")
103
def test_resolve_stac_object_throws_informative_error(self) -> None:
104
link = pystac.Link("root", target="/a/b/foo.json")
105
with pytest.raises(
0 commit comments