Skip to content

Commit

Permalink
Pin pytest and pytest-cov versions to avoid version conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Jun 19, 2020
1 parent 49cd95f commit 870622e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
],
extras_require={
'test': [
'pytest',
'pytest-cov',
'pytest==4.1.0',
'pytest-cov==2.9.0',
'python-coveralls',
'coverage<5.0',
],
Expand Down

0 comments on commit 870622e

Please sign in to comment.