mirror of
https://github.com/corundum/corundum.git
synced 2025-01-16 08:12:53 +08:00
merged changes in axi
This commit is contained in:
commit
defdbb14df
@ -1,21 +1,23 @@
|
|||||||
# tox configuration
|
# tox configuration
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py39
|
envlist = py3
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
minversion = 3.2.0
|
||||||
|
requires = virtualenv >= 16.1
|
||||||
|
|
||||||
[gh-actions]
|
[gh-actions]
|
||||||
python =
|
python =
|
||||||
3.9: py39
|
3.9: py3
|
||||||
|
|
||||||
[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.1
|
||||||
cocotb-test
|
cocotb-test == 0.2.1
|
||||||
cocotbext-axi
|
cocotbext-axi == 0.1.16
|
||||||
jinja2
|
jinja2 == 3.0.3
|
||||||
|
|
||||||
commands =
|
commands =
|
||||||
pytest -n auto {posargs}
|
pytest -n auto {posargs}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user