Skip to content

Commit

Permalink
Add bottleneck & rasterio git tip to upstream-dev CI (#3585)
Browse files Browse the repository at this point in the history
* Add upstream bottleneck, netcdf4 & rasterio.

* xfail rasterio test

* remove netcdf4
  • Loading branch information
dcherian authored Dec 1, 2019
1 parent 1e0f108 commit 69c85b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/azure/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ steps:
git+https://github.com/dask/dask \
git+https://github.com/dask/distributed \
git+https://github.com/zarr-developers/zarr \
git+https://github.com/Unidata/cftime
git+https://github.com/Unidata/cftime \
git+https://github.com/mapbox/rasterio \
git+https://github.com/pydata/bottleneck
condition: eq(variables['UPSTREAM_DEV'], 'true')
displayName: Install upstream dev dependencies

Expand Down
1 change: 1 addition & 0 deletions xarray/tests/test_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -3951,6 +3951,7 @@ def test_rasterio_environment(self):
with xr.open_rasterio(tmp_file) as actual:
assert_allclose(actual, expected)

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

Expand Down

0 comments on commit 69c85b8

Please sign in to comment.