Skip to content

Commit

Permalink
fixing setup.py tests_require
Browse files Browse the repository at this point in the history
  • Loading branch information
lockefox committed Jun 6, 2017
1 parent 5cc7463 commit 9bd4d05
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 @@ -124,7 +124,7 @@ def run_tests(self):
'retrying ~= 1.3.3'
],
tests_require=[
'pytest~=3.1.0',
'pytest>=3.0.0',
'pytest_cov~=2.4.0', #requires requests==2.13.0
'pytest-flask~=0.10.0',
'pymysql~=0.7.10'
Expand Down

0 comments on commit 9bd4d05

Please sign in to comment.