Skip to content

Commit

Permalink
fixing pytest (-cov) dependency conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
nklapste committed Feb 8, 2019
1 parent 949303d commit b58144d
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 @@ -75,9 +75,9 @@ def run_tests(self):
],
"tests": [
"mock>=2.0.0,<3.0.0",
"pytest",
"pytest-cov",
"pylint>=1.9.1,<2.0.0",
"pytest>=2.8.7,<4.0.0",
"pytest-cov<=2.6.0,<3.0.0",
"pylint>=1.9.3,<2.0.0",
]
},
classifiers=[
Expand Down

0 comments on commit b58144d

Please sign in to comment.