34 lines
440 B
INI
Raw Normal View History

2020-12-28 01:12:08 -08:00
# tox configuration
[tox]
envlist = py39
skipsdist = True
[gh-actions]
python =
3.9: py39
[testenv]
deps =
pytest
pytest-xdist
pytest-split
2021-03-17 19:41:07 -07:00
cocotb
2020-12-28 01:12:08 -08:00
cocotb-test
cocotbext-axi
cocotbext-eth
scapy
jinja2
commands =
2020-12-28 20:19:46 -08:00
pytest -n auto {posargs}
2020-12-28 01:12:08 -08:00
# pytest configuration
[pytest]
testpaths =
tb
example
addopts =
--ignore-glob=tb/test_*.py
--ignore-glob=*lib*
--import-mode importlib