From b8df54540923fcd8c9e8229a8ec263d863c31700 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 23 May 2020 23:17:01 -0700 Subject: [PATCH] Pin pytest-cov to latest version 2.9.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 7d02b17..5c04c19 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,4 +3,4 @@ pytest>=3.6.0 # TODO: Remove the pinning of the pytest-cov version once issue # https://github.com/z4r/python-coveralls/issues/66 is resolved. -pytest-cov>=2.4.0,<2.7 \ No newline at end of file +pytest-cov==2.9.0 \ No newline at end of file