From 0d5b667a812c3c396116986df5406f6dd9d9e724 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Wed, 25 May 2022 10:24:47 +0100 Subject: [PATCH] remove coverage pin from python 3.10 environment --- continuous_integration/environment-3.10.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/continuous_integration/environment-3.10.yaml b/continuous_integration/environment-3.10.yaml index 2f8f9da221..7505a07e2b 100644 --- a/continuous_integration/environment-3.10.yaml +++ b/continuous_integration/environment-3.10.yaml @@ -10,7 +10,7 @@ dependencies: - bokeh - click - cloudpickle - - coverage<6.3 # https://github.com/nedbat/coveragepy/issues/1310 + - coverage - dask # overridden by git tip below - filesystem-spec # overridden by git tip below - h5py