From fe1dd337f49824f5694da77acac5dee7a54b1186 Mon Sep 17 00:00:00 2001 From: Matthias Urlichs Date: Sun, 3 Jan 2021 15:37:16 +0100 Subject: [PATCH] depend on pytest-cov 30776113b1356c26a3ebbe6a66563a34d649cc9d --- ci/requirements_dev.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/requirements_dev.txt b/ci/requirements_dev.txt index 20f8a03..cbc8a0d 100644 --- a/ci/requirements_dev.txt +++ b/ci/requirements_dev.txt @@ -6,6 +6,7 @@ coverage pylint pytest pytest-trio +pytest-cov>=2.6.0 Sphinx sphinx-rtd-theme