We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9283bdf + e982250 commit 5b8f361Copy full SHA for 5b8f361
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Install tox and coverage packages
40
run: |
41
- pip install tox tox-gh-actions 'coverage<5' coveralls
+ pip install tox tox-gh-actions 'coverage<8' coveralls
42
43
- name: Run tox and coverage
44
requirements-test.txt
@@ -1,7 +1,7 @@
1
-r requirements.txt
2
3
pytest
4
-coverage<5
+coverage<8
5
pytest-django
6
pytest-cov
7
pytest-flake8
0 commit comments