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]
|
[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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user