Skip to content

Commit

Permalink
Remove coverage pin from Python 3.10 environment (#6439)
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored May 25, 2022
1 parent 907c7ff commit 0a77946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.10.yaml
Original file line number Diff line number Diff line change
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 # overridden by git tip below
- h5py
Expand Down

0 comments on commit 0a77946

Please sign in to comment.