From 016e576f0fa88ece708c574aa810d559abc41584 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 16 Jul 2020 01:16:22 +0200 Subject: [PATCH] Bump pytest due to error: 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 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9c13695..fa2b14b 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ IS_PY3 = sys.hexversion >= 0x03000000 tests_require = [ - "pytest>=2.7.3", + "pytest>=4.6", "pytest-cov", "coveralls", "futures",