1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-30 08:32:52 +08:00

Lock package versions

This commit is contained in:
Alex Forencich 2021-12-27 16:54:25 -08:00
parent 7ab512bd32
commit 625f3c9823

14
tox.ini
View File

@ -11,13 +11,13 @@ python =
[testenv]
deps =
pytest
pytest-xdist
pytest-split
cocotb
cocotb-test
cocotbext-axi
cocotbext-pcie
pytest == 6.2.5
pytest-xdist == 2.4.0
pytest-split == 0.4.0
cocotb == 1.6.1
cocotb-test == 0.2.1
cocotbext-axi == 0.1.16
cocotbext-pcie == 0.1.20
commands =
pytest -n auto {posargs}