File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 25
25
git+https://github.com/dask/dask \
26
26
git+https://github.com/dask/distributed \
27
27
git+https://github.com/zarr-developers/zarr \
28
- git+https://github.com/Unidata/cftime
28
+ git+https://github.com/Unidata/cftime \
29
+ git+https://github.com/mapbox/rasterio \
30
+ git+https://github.com/pydata/bottleneck
29
31
condition : eq(variables['UPSTREAM_DEV'], 'true')
30
32
displayName : Install upstream dev dependencies
31
33
Original file line number Diff line number Diff line change @@ -3951,6 +3951,7 @@ def test_rasterio_environment(self):
3951
3951
with xr .open_rasterio (tmp_file ) as actual :
3952
3952
assert_allclose (actual , expected )
3953
3953
3954
+ @pytest .mark .xfail (reason = "rasterio 1.1.1 is broken. GH3573" )
3954
3955
def test_rasterio_vrt (self ):
3955
3956
import rasterio
3956
3957
You can’t perform that action at this time.
0 commit comments