From 08444f759468b8e24c88ae434b9dc87426b2458c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 15 Feb 2020 13:06:53 +1000 Subject: [PATCH] Pin pytest-cov to latest version 2.8.1 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index b1f897b..a9cc608 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ pytest -pytest-cov +pytest-cov==2.8.1 #pytest-datadir #pytest-mpl #pytest-regtest