From 63b426aedfb7b9f221bed38e8b9d234b5176dc8e Mon Sep 17 00:00:00 2001 From: Matthew Rocklin Date: Mon, 12 Feb 2018 11:18:10 -0500 Subject: [PATCH] Replace task_state with tasks in dask test This internal state was changed in the latest release Fixes #1903 --- xarray/tests/test_distributed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xarray/tests/test_distributed.py b/xarray/tests/test_distributed.py index 1d450ff51d4..47bb6cdc2e1 100644 --- a/xarray/tests/test_distributed.py +++ b/xarray/tests/test_distributed.py @@ -81,4 +81,4 @@ def test_async(c, s, a, b): assert not dask.is_dask_collection(w) assert_allclose(x + 10, w) - assert s.task_state + assert s.tasks