Skip to content

Commit

Permalink
Update pytest to 5.3.2 (#633)
Browse files Browse the repository at this point in the history
* Update pytest from 5.3.1 to 5.3.2
* pin coverage to stay below 5.0 ref TheKevJames/coveralls-python#203
  • Loading branch information
pyup.io bot authored and jberends committed Dec 19, 2019
1 parent 0d61d4e commit d5db1ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/python_testing.yml
Expand Up @@ -27,7 +27,8 @@ jobs:
- name: Perform Testing
run: |
pip install pytest betamax pytest-runner pytest-cov coverage
pip install pytest betamax pytest-runner pytest-cov
pip install -U coverage\<5.0
pytest --cov=pykechain tests
- name: Check docs and distribution
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -12,7 +12,7 @@ semver==2.9.0
PyOpenSSL==19.1.0; python_version <= '2.7'

# testing
pytest==5.3.1
pytest==5.3.2
betamax==0.8.1
coverage==4.5.4
pytest-cov==2.8.1
Expand Down

0 comments on commit d5db1ff

Please sign in to comment.