From c63e58a15fcaee985b239aa0eb4c4378a5f23881 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 13 Aug 2021 15:43:53 +1000 Subject: [PATCH] Pin pytest-cov to latest version 2.12.1 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 130aeb5..028fcfe 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,3 @@ pytest -pytest-cov +pytest-cov==2.12.1 pytest-catchlog