Skip to content

Commit 93742da

Browse files
authored
pin coverage to 6.2 (#5716)
Work around breakage in test_mp_pool_worker_no_daemon
1 parent e04c562 commit 93742da

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

continuous_integration/environment-3.7.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- bokeh
1111
- click
1212
- cloudpickle
13-
- coverage
13+
- coverage<6.3 # https://github.com/nedbat/coveragepy/issues/1310
1414
- cython # Only tested here; also a dependency of crick
1515
- dask # overridden by git tip below
1616
- filesystem-spec

continuous_integration/environment-3.8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- bokeh
1111
- click
1212
- cloudpickle
13-
- coverage
13+
- coverage<6.3 # https://github.com/nedbat/coveragepy/issues/1310
1414
- dask # overridden by git tip below
1515
- filesystem-spec
1616
- h5py

continuous_integration/environment-3.9.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- bokeh
1212
- click
1313
- cloudpickle
14-
- coverage
14+
- coverage<6.3 # https://github.com/nedbat/coveragepy/issues/1310
1515
- dask # overridden by git tip below
1616
- filesystem-spec # overridden by git tip below
1717
- h5py

0 commit comments

Comments
 (0)