Skip to content

Commit 8811161

Browse files
authored
Fixed pytest requirements
1 parent 3ce6031 commit 8811161

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ def run_tests(self):
4141
sys.exit(errno)
4242

4343
tests_require = [
44-
'pytest>=2.7.2',
45-
'pytest-benchmark',
46-
'pytest-cov',
47-
'pytest-mock',
44+
'pytest>=3.1.1',
45+
'pytest-benchmark>=3.1.1',
46+
'pytest-cov>=2.5.1',
47+
'pytest-mock>=1.6.2',
4848
'snapshottest',
4949
'coveralls',
5050
'six',

0 commit comments

Comments
 (0)