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 version 6.2 to stop pool hanging in pytest #60

Merged
merged 1 commit into from Apr 9, 2022

Conversation

cdcapano
Copy link
Owner

@cdcapano cdcapano commented Apr 9, 2022

All of our tests have been failing on github in python 3.8 and 3.9 when using the multiprocessing pool. It looks like this is due to a bug that was introduced in version 6.3 of coverage -- see Issue 1310 on the coverage repo. This fixes this by pinning coverage to the older version.

@cdcapano cdcapano merged commit 05677a9 into master Apr 9, 2022
@cdcapano cdcapano deleted the pin_coverage branch April 9, 2022 02:31
@cdcapano cdcapano mentioned this pull request Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant