mirror of
https://github.com/rasterio/rasterio.git
synced 2026-02-01 14:34:43 +00:00
Skip netcdf test for GDAL < 2.1
This commit is contained in:
parent
8be8178165
commit
8bf08d9a5d
@ -769,6 +769,8 @@ def test_info_checksums_only():
|
||||
assert result.output.strip() == '29131'
|
||||
|
||||
|
||||
@pytest.mark.skipif(parse(rasterio.__gdal_version__) < parse('2.1'),
|
||||
reason='netCDF requires GDAL 2.1+')
|
||||
def test_info_subdatasets():
|
||||
runner = CliRunner()
|
||||
result = runner.invoke(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user