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:57:30 -08:00
parent ede6270ed7
commit a0aad34698

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
@@ -69,7 +70,7 @@ deps =
cocotb == 1.6.2 cocotb == 1.6.2
cocotb-bus == 0.2.1 cocotb-bus == 0.2.1
cocotb-test == 0.2.2 cocotb-test == 0.2.2
coverage == 5.5 coverage == 7.0.5
pytest-cov == 4.0.0 pytest-cov == 4.0.0
commands = commands =