1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00
corundum/tox.ini
2021-03-17 22:54:46 -07:00

32 lines
420 B
INI

# tox configuration
[tox]
envlist = py39
skipsdist = True
[gh-actions]
python =
3.9: py39
[testenv]
deps =
pytest
pytest-xdist
pytest-split
cocotb
cocotb-test
cocotbext-axi
cocotbext-pcie
commands =
pytest -n auto {posargs}
# pytest configuration
[pytest]
testpaths =
tb
example
addopts =
--ignore-glob=tb/test_*.py
--ignore-glob=*lib*
--import-mode importlib