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