Skip to content

Commit

Permalink
Restrict coverage version to '<5.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Dec 17, 2019
1 parent 3c765ee commit be6e91e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install coverage pretend pytest
python -m pip install coverage<5.0.0 pretend pytest
- name: Test coverage
run: |
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
# pytest >= 5.0.0 fails with pypy3 https://github.com/pytest-dev/pytest/issues/5807
run: |
python -m pip install --upgrade pip
python -m pip install coverage pretend pytest==4.6.5
python -m pip install coverage<5.0.0 pretend pytest==4.6.5
- name: Test coverage
run: |
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -3,7 +3,7 @@ envlist = py27,pypy,pypy3,py34,py35,py36,py37,py38,docs,lint

[testenv]
deps =
coverage
coverage<5.0.0
pretend
pytest
pip>=9.0.2
Expand Down

0 comments on commit be6e91e

Please sign in to comment.