Skip to content

Commit c38ffa5

Browse files
authored
Update setup.py
1 parent 8811161 commit c38ffa5

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>=3.1.1',
45-
'pytest-benchmark>=3.1.1',
46-
'pytest-cov>=2.5.1',
47-
'pytest-mock>=1.6.2',
44+
'pytest',
45+
'pytest-benchmark',
46+
'pytest-cov',
47+
'pytest-mock',
4848
'snapshottest',
4949
'coveralls',
5050
'six',

0 commit comments

Comments
 (0)