From 69c85b85a1ef5d13b6ca51b6b655a1f719cc5abf Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Sun, 1 Dec 2019 18:57:02 +0000 Subject: [PATCH] Add bottleneck & rasterio git tip to upstream-dev CI (#3585) * Add upstream bottleneck, netcdf4 & rasterio. * xfail rasterio test * remove netcdf4 --- ci/azure/install.yml | 4 +++- xarray/tests/test_backends.py | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ci/azure/install.yml b/ci/azure/install.yml index baa69bcc8d5..e4f3a0b9e16 100644 --- a/ci/azure/install.yml +++ b/ci/azure/install.yml @@ -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 diff --git a/xarray/tests/test_backends.py b/xarray/tests/test_backends.py index de3a7eadab0..1e135ebd3e1 100644 --- a/xarray/tests/test_backends.py +++ b/xarray/tests/test_backends.py @@ -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