mirror of
https://github.com/rasterio/rasterio.git
synced 2026-02-01 14:34:43 +00:00
Require GDAL 2.1+ for description editing
There seems to be a subtle metadata writing issue in versions < 2.1
This commit is contained in:
parent
e49adea0aa
commit
1cb52c0c15
@ -174,6 +174,7 @@ def test_edit_tags(data):
|
||||
assert src.tags()['wut'] == '2'
|
||||
|
||||
|
||||
@requires_gdal21(reason="decription setting requires GDAL 2.1+")
|
||||
def test_edit_band_description(data):
|
||||
"""Edit band descriptions"""
|
||||
runner = CliRunner()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user