Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pin coverage to 6.2 #5716

Merged
merged 4 commits into from Jan 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.7.yaml
Expand Up @@ -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
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
- coverage<6.3 # https://github.com/nedbat/coveragepy/issues/1310
- 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
- coverage<6.3 # https://github.com/nedbat/coveragepy/issues/1310
- dask # overridden by git tip below
- filesystem-spec # overridden by git tip below
- h5py
Expand Down