Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
Update pytest to 3.5.0 (#202)
Browse files Browse the repository at this point in the history
* Update pytest from 3.4.2 to 3.5.0

* Update pytest from 3.4.2 to 3.5.0

* Update pytest from 3.4.2 to 3.5.0
  • Loading branch information
pyup-bot authored and iblislin committed Mar 24, 2018
1 parent 2863c8c commit 786fd28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Expand Up @@ -17,6 +17,6 @@ requests = "==2.18.4"
coverage = "==4.5.1"
flake8 = "==3.4.1"
pyjokes = "==0.5.0"
pytest = "==3.4.2"
pytest = "==3.5.0"
pytest-cov = "==2.5.1"
pytest-flake8 = "==1.0.0"
2 changes: 1 addition & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test-requirements.txt
@@ -1,6 +1,6 @@
coverage==4.5.1
flake8==3.5.0
pyjokes==0.5.0
pytest==3.4.2
pytest==3.5.0
pytest-cov==2.5.1
pytest-flake8==1.0.0

0 comments on commit 786fd28

Please sign in to comment.