2021-09-13 13:02:17 -07:00

35 lines
440 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-eth
scapy
jinja2
commands =
pytest -n auto {posargs}
# pytest configuration
[pytest]
testpaths =
tb
example
norecursedirs =
lib
addopts =
--ignore-glob=tb/test_*.py
--import-mode importlib