Update package versions

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich 2022-09-07 19:58:22 -07:00
parent 40acee1bc5
commit 3743b0bcf6

15
tox.ini
View File

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