Skip to content

Commit 69c85b8

Browse files
authored
Add bottleneck & rasterio git tip to upstream-dev CI (#3585)
* Add upstream bottleneck, netcdf4 & rasterio. * xfail rasterio test * remove netcdf4
1 parent 1e0f108 commit 69c85b8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ci/azure/install.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ steps:
2525
git+https://github.com/dask/dask \
2626
git+https://github.com/dask/distributed \
2727
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
2931
condition: eq(variables['UPSTREAM_DEV'], 'true')
3032
displayName: Install upstream dev dependencies
3133

xarray/tests/test_backends.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3951,6 +3951,7 @@ def test_rasterio_environment(self):
39513951
with xr.open_rasterio(tmp_file) as actual:
39523952
assert_allclose(actual, expected)
39533953

3954+
@pytest.mark.xfail(reason="rasterio 1.1.1 is broken. GH3573")
39543955
def test_rasterio_vrt(self):
39553956
import rasterio
39563957

0 commit comments

Comments
 (0)