From 616829983fe259d7433971a2727950e1da10d236 Mon Sep 17 00:00:00 2001 From: Seb Martin Date: Wed, 10 Apr 2019 12:39:28 -0400 Subject: [PATCH] Revert "pin pytest-cov to specific version" This reverts commit 16f28326bff526908265df899f8644ca0f42183b. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b70402c..ea6817e 100755 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ def get_version(): 'mock', 'pycodestyle == 2.2.0', 'pylint>=1.7.1,<1.8', - 'pytest-cov == 2.5.1', # pinned, see https://github.com/z4r/python-coveralls/issues/66 + 'pytest-cov>=2.4.0,<2.6', # pinned, see https://github.com/z4r/python-coveralls/issues/66 'pytest-randomly', 'pytest>=3.0', 'requests-mock',