Skip to content

Commit

Permalink
Bump pytest due to error:
Browse files Browse the repository at this point in the history
pytest-cov 2.10.0 has requirement pytest>=4.6, but you'll have pytest 4.3.1 which is incompatible.

on https://travis-ci.org/github/syrusakbary/promise/jobs/708522839
  • Loading branch information
Alex committed Jul 15, 2020
1 parent e98f616 commit 016e576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
IS_PY3 = sys.hexversion >= 0x03000000

tests_require = [
"pytest>=2.7.3",
"pytest>=4.6",
"pytest-cov",
"coveralls",
"futures",
Expand Down

0 comments on commit 016e576

Please sign in to comment.