mirror of
https://github.com/corundum/corundum.git
synced 2025-01-16 08:12:53 +08:00
Add tox.ini
This commit is contained in:
parent
b5ee772761
commit
eae1bcdc73
32
tox.ini
Normal file
32
tox.ini
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
# tox configuration
|
||||||
|
[tox]
|
||||||
|
envlist = py39
|
||||||
|
skipsdist = True
|
||||||
|
|
||||||
|
[gh-actions]
|
||||||
|
python =
|
||||||
|
3.9: py39
|
||||||
|
|
||||||
|
[testenv]
|
||||||
|
deps =
|
||||||
|
pytest
|
||||||
|
pytest-xdist
|
||||||
|
cocotb
|
||||||
|
cocotb-test
|
||||||
|
cocotbext-axi
|
||||||
|
cocotbext-eth
|
||||||
|
cocotbext-pcie
|
||||||
|
scapy
|
||||||
|
|
||||||
|
commands =
|
||||||
|
pytest -n auto {posargs}
|
||||||
|
|
||||||
|
# pytest configuration
|
||||||
|
[pytest]
|
||||||
|
testpaths =
|
||||||
|
fpga/common/tb
|
||||||
|
fpga/mqnic
|
||||||
|
fpga/mqnic_tdma
|
||||||
|
addopts =
|
||||||
|
--ignore-glob=*lib*
|
||||||
|
--import-mode=importlib
|
Loading…
x
Reference in New Issue
Block a user