1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00

Update package versions

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich 2022-09-07 20:00:01 -07:00
parent ce8dcdafe8
commit fc5964ab90

15
tox.ini
View File

@ -11,13 +11,14 @@ python =
[testenv]
deps =
pytest == 6.2.5
pytest-xdist == 2.4.0
pytest-split == 0.4.0
cocotb == 1.6.1
cocotb-test == 0.2.1
cocotbext-axi == 0.1.16
jinja2 == 3.0.3
pytest == 7.1.3
pytest-xdist == 2.5.0
pytest-split == 0.8.0
cocotb == 1.7.0
cocotb-bus == 0.2.1
cocotb-test == 0.2.2
cocotbext-axi == 0.1.18
jinja2 == 3.1.2
commands =
pytest -n auto {posargs}