Skip to content

Commit

Permalink
Pin pytest, pytest-cov, mock versions
Browse files Browse the repository at this point in the history
  • Loading branch information
epandurski committed Jun 29, 2019
1 parent 65d8d57 commit 38b75db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
'marshmallow-sqlalchemy>=0.16.1',
],
tests_require=[
'pytest',
'pytest-cov',
'mock',
'pytest~=4.6',
'pytest-cov~=2.7',
'mock~=2.0',
],
classifiers=[
'Environment :: Web Environment',
Expand Down

0 comments on commit 38b75db

Please sign in to comment.