Fix path issue so latest coverage works

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich
2023-01-20 20:58:13 -08:00
parent c5d28182c4
commit 2d4450e048

View File

@@ -62,6 +62,7 @@ python =
[testenv] [testenv]
setenv = setenv =
COVERAGE=1 COVERAGE=1
usedevelop = True
deps = deps =
pytest == 7.2.1 pytest == 7.2.1
@@ -70,7 +71,7 @@ deps =
cocotb-bus == 0.2.1 cocotb-bus == 0.2.1
cocotb-test == 0.2.2 cocotb-test == 0.2.2
cocotbext-axi == 0.1.18 cocotbext-axi == 0.1.18
coverage == 5.5 coverage == 7.0.5
pytest-cov == 4.0.0 pytest-cov == 4.0.0
commands = commands =