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] [testenv]
deps = deps =
pytest pytest == 6.2.5
pytest-xdist pytest-xdist == 2.4.0
pytest-split pytest-split == 0.4.0
cocotb cocotb == 1.6.0
cocotb-test cocotb-test == 0.2.1
cocotbext-axi cocotbext-axi == 0.1.16
cocotbext-eth cocotbext-eth == 0.1.18
cocotbext-pcie cocotbext-pcie == 0.1.20
scapy scapy == 2.4.5
commands = commands =
pytest -n auto {posargs} pytest -n auto {posargs}