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:
parent
43d86e506a
commit
d4675cde27
18
tox.ini
18
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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user