From 4c6ad1c61f86a2af27496776caa9cd99f411174d Mon Sep 17 00:00:00 2001 From: Mathieu Leplatre Date: Thu, 24 Jan 2019 16:03:04 +0100 Subject: [PATCH] Get rid of pytest-cover in favor of pytest-cov --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 38cd151..a0f2076 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,6 +3,6 @@ kinto mock pytest pytest-cache -pytest-cover +pytest-cov pytest-sugar WebTest