Skip to content

Commit 9bd4d05

Browse files
committed
fixing setup.py tests_require
1 parent 5cc7463 commit 9bd4d05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def run_tests(self):
124124
'retrying ~= 1.3.3'
125125
],
126126
tests_require=[
127-
'pytest~=3.1.0',
127+
'pytest>=3.0.0',
128128
'pytest_cov~=2.4.0', #requires requests==2.13.0
129129
'pytest-flask~=0.10.0',
130130
'pymysql~=0.7.10'

0 commit comments

Comments
 (0)