Skip to content

Commit

Permalink
CI: ban coverage 6.3 that may be causing random hangs in fork test
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell committed Jan 26, 2022
1 parent 5743492 commit 19efdc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/testing/all.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pip requirements for all the CI builds

certifi
coverage
coverage!=6.3
pytest!=4.6.0,!=5.4.0
pytest-cov
pytest-rerunfailures
Expand Down

1 comment on commit 19efdc5

@KelSolaar
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have been experiencing stalled builds and I was actually wondering if it could come from coverage. Glad I came across this commit!

Please sign in to comment.