Skip to content

Commit

Permalink
Revert "pin coverage to 6.2 (#5716)" (#5770)
Browse files Browse the repository at this point in the history
This reverts commit 93742da.
Fixes #5717
  • Loading branch information
graingert committed Feb 8, 2022
1 parent c830660 commit 7ef5724
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.7.yaml
Expand Up @@ -10,7 +10,7 @@ dependencies:
- bokeh
- click
- cloudpickle
- coverage<6.3 # https://github.com/nedbat/coveragepy/issues/1310
- coverage
- cython # Only tested here; also a dependency of crick
- dask # overridden by git tip below
- filesystem-spec
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.8.yaml
Expand Up @@ -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
- h5py
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.9.yaml
Expand Up @@ -11,7 +11,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
Expand Down

0 comments on commit 7ef5724

Please sign in to comment.