Skip to content

Commit

Permalink
Update pytest from 3.4.2 to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot committed Mar 23, 2018
1 parent 74ba09f commit 2faad9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pathlib2==2.3.0; python_version <= '3.3'
coverage==4.5.1

pytest<3.3.0; python_version < '3.4' # pyup: ignore
pytest==3.4.2; python_version >= '3.4'
pytest==3.5.0; python_version >= '3.4'
pytest-cov==2.5.1
pytest-mock==1.6.3; python_version < '3.4' # pyup: ignore
pytest-mock==1.7.1; python_version >= '3.4'
Expand Down

0 comments on commit 2faad9b

Please sign in to comment.