Skip to content

Commit

Permalink
Ban coverage>=6.3
Browse files Browse the repository at this point in the history
See nedbat/coveragepy#1312. We can revert this
commit once a newer version of coverage fixes this issue.

coverage==6.3.1
(nedbat/coveragepy#1310 (comment))
doesn' t fully fix the issue either; hangs become less frequent but are
not eliminated (see e.g. this run of our tests with coverage==6.3.1:
https://github.com/cleanlab/cleanlab/runs/5036277812?check_suite_focus=true).
  • Loading branch information
anishathalye committed Feb 2, 2022
1 parent 3fb5024 commit f71cb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
python-version: ${{ matrix.python }}
- name: Install dependencies
run: |
pip install pytest pytest-cov
pip install pytest pytest-cov 'coverage<6.3'
pip install -r requirements.txt
- name: Install torch and torchvision
if: "${{ !(contains(matrix.os, 'windows') && matrix.python == '2.7') }}"
Expand Down

0 comments on commit f71cb3b

Please sign in to comment.