From 87e4468835e60f5c878b8545ceb2dc444c719e69 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 5 Sep 2019 14:43:47 +0200 Subject: [PATCH] Set pytest-cov to >=2.6.1,<3 (#294) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 639490c..b1cb610 100644 --- a/setup.py +++ b/setup.py @@ -102,7 +102,7 @@ def get_git_commit_datetime() -> str: 'mypy>=0.710,<0.8', 'pydocstyle==3.0.0', 'pylint==2.3.1', - 'pytest-cov==2.6.1', + 'pytest-cov>=2.6.1,<3', 'pytest-sugar>=0.9.2,<0.10', 'pytest-timeout>=1.3.3,<1.4', 'pytest>=5.1.2,<6',