Skip to content

Commit

Permalink
Upgrade pytest and pytest-cov (#18542)
Browse files Browse the repository at this point in the history
* Upgrade pytest to 4.0.0

* Upgrade pytest-cov to 2.6.0
  • Loading branch information
scop authored and fabaff committed Nov 18, 2018
1 parent 3f747f1 commit dfb8f60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ mypy==0.641
pydocstyle==2.1.1
pylint==2.1.1
pytest-aiohttp==0.3.0
pytest-cov==2.5.1
pytest-cov==2.6.0
pytest-sugar==0.9.2
pytest-timeout==1.3.2
pytest==3.10.0
pytest==4.0.0
requests_mock==1.5.2
4 changes: 2 additions & 2 deletions requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ mypy==0.641
pydocstyle==2.1.1
pylint==2.1.1
pytest-aiohttp==0.3.0
pytest-cov==2.5.1
pytest-cov==2.6.0
pytest-sugar==0.9.2
pytest-timeout==1.3.2
pytest==3.10.0
pytest==4.0.0
requests_mock==1.5.2


Expand Down

0 comments on commit dfb8f60

Please sign in to comment.