Skip to content

Commit

Permalink
test: gdal moved the vrt xsd file
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Aug 19, 2024
1 parent 7537b57 commit 0f02cba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_rio_vrt.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@

import rio_vrt

_xsd_file = "https://raw.githubusercontent.com/OSGeo/gdal/master/data/gdalvrt.xsd"
_xsd_file = (
"https://raw.githubusercontent.com/OSGeo/gdal/master/frmts/vrt/data/gdalvrt.xsd"
)


def test_build_vrt_html_shema(tiles: List[Path], data_dir: Path) -> None:
Expand Down

0 comments on commit 0f02cba

Please sign in to comment.