1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-30 08:32:52 +08:00
corundum/fpga/lib/pcie/tox.ini

33 lines
420 B
INI
Raw Normal View History

2021-02-24 15:03:37 -08:00
# tox configuration
[tox]
envlist = py39
skipsdist = True
[gh-actions]
python =
3.9: py39
[testenv]
deps =
pytest
pytest-xdist
pytest-split
2021-03-30 16:20:33 -07:00
cocotb
2021-02-24 15:03:37 -08:00
cocotb-test
cocotbext-axi
cocotbext-pcie
commands =
pytest -n auto {posargs}
# pytest configuration
[pytest]
testpaths =
tb
example
2021-10-03 13:17:57 -07:00
norecursedirs =
lib
2021-02-24 15:03:37 -08:00
addopts =
--ignore-glob=tb/test_*.py
--import-mode importlib