From ed6125c00380139f2804063e0bdbd45318ee4404 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Thu, 10 Mar 2022 07:19:33 -0800 Subject: [PATCH] Explicitly include pytest-cov --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 9438e0f..4e5d631 100644 --- a/setup.py +++ b/setup.py @@ -57,6 +57,7 @@ def long_description(): tests_require = ( 'pytest>=6.2.5', + 'pytest-cov>=3.0.0', 'pytest-network>=0.0.1', )