From 54dc44e24f6c965a3bca7051d0333f2879222a7d Mon Sep 17 00:00:00 2001 From: Gil Forcada Codinachs Date: Fri, 29 Mar 2024 13:37:53 +0100 Subject: [PATCH] fix: add missing dependency --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index bfb4fc1..5e582ec 100644 --- a/tox.ini +++ b/tox.ini @@ -44,6 +44,7 @@ description = get a test coverage report use_develop = true skip_install = false deps = + pytest-cov coverage commands = pytest run_tests.py --cov --cov-report term-missing