From e9822505bc424686a9dd3a748781b46db7289923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Clgen=20Sar=C4=B1kavak?= Date: Sat, 8 Nov 2025 23:14:54 +0300 Subject: [PATCH] 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 --- .github/workflows/ci.yml | 2 +- requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f6f3a5..bb5dd12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - name: Install tox and coverage packages run: | - pip install tox tox-gh-actions 'coverage<5' coveralls + pip install tox tox-gh-actions 'coverage<8' coveralls - name: Run tox and coverage run: | diff --git a/requirements-test.txt b/requirements-test.txt index f58bcc4..32d79de 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,7 +1,7 @@ -r requirements.txt pytest -coverage<5 +coverage<8 pytest-django pytest-cov pytest-flake8