From 93742da6ff47aeb8f70e8fe314d3547f93429c4d Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Thu, 27 Jan 2022 11:50:02 +0000 Subject: [PATCH] pin coverage to 6.2 (#5716) Work around breakage in test_mp_pool_worker_no_daemon --- continuous_integration/environment-3.7.yaml | 2 +- continuous_integration/environment-3.8.yaml | 2 +- continuous_integration/environment-3.9.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/continuous_integration/environment-3.7.yaml b/continuous_integration/environment-3.7.yaml index fc94fffdff..0660808427 100644 --- a/continuous_integration/environment-3.7.yaml +++ b/continuous_integration/environment-3.7.yaml @@ -10,7 +10,7 @@ dependencies: - bokeh - click - cloudpickle - - coverage + - coverage<6.3 # https://github.com/nedbat/coveragepy/issues/1310 - cython # Only tested here; also a dependency of crick - dask # overridden by git tip below - filesystem-spec diff --git a/continuous_integration/environment-3.8.yaml b/continuous_integration/environment-3.8.yaml index d60ea49292..3dd6d581b1 100644 --- a/continuous_integration/environment-3.8.yaml +++ b/continuous_integration/environment-3.8.yaml @@ -10,7 +10,7 @@ dependencies: - bokeh - click - cloudpickle - - coverage + - coverage<6.3 # https://github.com/nedbat/coveragepy/issues/1310 - dask # overridden by git tip below - filesystem-spec - h5py diff --git a/continuous_integration/environment-3.9.yaml b/continuous_integration/environment-3.9.yaml index ce15654970..bb90c7351f 100644 --- a/continuous_integration/environment-3.9.yaml +++ b/continuous_integration/environment-3.9.yaml @@ -11,7 +11,7 @@ dependencies: - bokeh - click - cloudpickle - - coverage + - coverage<6.3 # https://github.com/nedbat/coveragepy/issues/1310 - dask # overridden by git tip below - filesystem-spec # overridden by git tip below - h5py