diff --git a/tox.ini b/tox.ini index de423512f..499643c86 100644 --- a/tox.ini +++ b/tox.ini @@ -11,15 +11,15 @@ python = [testenv] deps = - pytest - pytest-xdist - pytest-split - cocotb - cocotb-test - cocotbext-axi - cocotbext-eth - cocotbext-pcie - scapy + pytest == 6.2.5 + pytest-xdist == 2.4.0 + pytest-split == 0.4.0 + cocotb == 1.6.0 + cocotb-test == 0.2.1 + cocotbext-axi == 0.1.16 + cocotbext-eth == 0.1.18 + cocotbext-pcie == 0.1.20 + scapy == 2.4.5 commands = pytest -n auto {posargs}