From 72bc26663d2455f94abd0bf0ddf8965c475680ab Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Thu, 1 Aug 2019 15:38:22 -0500 Subject: [PATCH 1/2] CI: Fixed CI --- ci/deps/travis-36-locale.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/deps/travis-36-locale.yaml b/ci/deps/travis-36-locale.yaml index 0d9a760914dab..5739270107fa5 100644 --- a/ci/deps/travis-36-locale.yaml +++ b/ci/deps/travis-36-locale.yaml @@ -34,8 +34,8 @@ dependencies: - xlsxwriter - xlwt # universal - - pytest>=4.0.2 - - pytest-xdist + - pytest>=5.0.1 + - pytest-xdist>=1.29.0 - pytest-mock - pip - pip: From 2a44913555e6768edf496782bef2231f1e37cb00 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Thu, 1 Aug 2019 16:24:37 -0500 Subject: [PATCH 2/2] bump xarray --- ci/deps/travis-36-locale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/deps/travis-36-locale.yaml b/ci/deps/travis-36-locale.yaml index 5739270107fa5..7da4abb9283df 100644 --- a/ci/deps/travis-36-locale.yaml +++ b/ci/deps/travis-36-locale.yaml @@ -29,7 +29,7 @@ dependencies: - s3fs=0.0.8 - scipy - sqlalchemy=1.1.4 - - xarray=0.8.2 + - xarray=0.10 - xlrd - xlsxwriter - xlwt