From a0aad346985cc371dd63b0b2880e7850a7b0ef29 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Fri, 20 Jan 2023 20:57:30 -0800 Subject: [PATCH] Fix path issue so latest coverage works Signed-off-by: Alex Forencich --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e749b76..1cc28f9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -62,6 +62,7 @@ python = [testenv] setenv = COVERAGE=1 +usedevelop = True deps = pytest == 7.2.1 @@ -69,7 +70,7 @@ deps = cocotb == 1.6.2 cocotb-bus == 0.2.1 cocotb-test == 0.2.2 - coverage == 5.5 + coverage == 7.0.5 pytest-cov == 4.0.0 commands =