1
0
mirror of https://github.com/corundum/corundum.git synced 2025-02-06 08:38:23 +08:00
corundum/tox.ini
2021-12-15 23:30:31 -08:00

35 lines
427 B
INI

# tox configuration
[tox]
envlist = py3
skipsdist = True
[gh-actions]
python =
3.9: py39
[testenv]
deps =
pytest
pytest-xdist
pytest-split
cocotb
cocotb-test
cocotbext-axi
cocotbext-eth
cocotbext-pcie
scapy
commands =
pytest -n auto {posargs}
# pytest configuration
[pytest]
testpaths =
fpga
fpga/app
norecursedirs =
lib
app
addopts =
--import-mode=importlib