From 16f28326bff526908265df899f8644ca0f42183b Mon Sep 17 00:00:00 2001 From: Seb Martin Date: Wed, 10 Apr 2019 12:13:06 -0400 Subject: [PATCH] pin pytest-cov to specific version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0bcbaf0..b486a6e 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.4.0,<2.6', # pinned, see https://github.com/z4r/python-coveralls/issues/66 + 'pytest-cov == 2.5.1', # pinned, see https://github.com/z4r/python-coveralls/issues/66 'pytest-randomly', 'pytest>=3.0', 'requests-mock',