Skip to content

Commit

Permalink
Merge pull request #575 from manahl/travis-pytest
Browse files Browse the repository at this point in the history
Use latest pytest
  • Loading branch information
bmoscon committed Jun 15, 2018
2 parents 2ef264c + 9dedbc6 commit 9d3384c
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 @@ -91,10 +91,10 @@ def run_tests(self):
],
tests_require=["mock",
"mockextras",
"pytest<=3.5.1",
"pytest",
"pytest-cov",
"pytest-server-fixtures",
"pytest-timeout<=1.2.1",
"pytest-timeout",
"pytest-xdist",
"lz4"
],
Expand Down

0 comments on commit 9d3384c

Please sign in to comment.