Fix path issue so latest coverage works
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -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 =
|
||||||
|
|||||||
Reference in New Issue
Block a user