Skip to content

Commit

Permalink
installation: bump pytest version
Browse files Browse the repository at this point in the history
* Latest pytest-flask requires at least pytest 3.6.0, setting to the
  newest version to date.
  • Loading branch information
egabancho committed Sep 14, 2018
1 parent c948f8e commit 7b4f4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

install_requires = [
'pytest-flask>=0.10.0',
'pytest>=3.3.0',
'pytest>=3.8.0',
'selenium>=3.7.0',
]

Expand Down

0 comments on commit 7b4f4d1

Please sign in to comment.