Skip to content

Commit 41fd0fd

Browse files
committed
Update the upper bound for coverage
Local test run was generating tons of > django-click/.tox/dj50/lib/python3.14/site-packages/coverage/parser.py:374: DeprecationWarning: co_lnotab is deprecated, use co_lines instead. warning
1 parent 3c7232a commit 41fd0fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Install tox and coverage packages
4545
run: |
46-
pip install tox tox-gh-actions 'coverage<5' coveralls
46+
pip install tox tox-gh-actions coveralls
4747
4848
- name: Run tox and coverage
4949
run: |

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r requirements.txt
22

33
pytest
4-
coverage<5
4+
coverage<8
55
pytest-django
66
pytest-cov
77
pytest-flake8

0 commit comments

Comments
 (0)