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

tox: add required versions for pypi packages in tox.ini

This commit is contained in:
Tobias Binkowski 2021-12-06 12:02:56 +01:00 committed by Alex Forencich
parent 43d86e506a
commit d4675cde27

18
tox.ini
View File

@ -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}