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

31 lines
444 B
INI
Raw Normal View History

2020-12-04 15:30:48 -08:00
# tox configuration
[tox]
envlist = py39
skipsdist = True
[gh-actions]
python =
3.9: py39
[testenv]
deps =
pytest
pytest-xdist
pytest-split
#cocotb
git+https://github.com/cocotb/cocotb.git@e892a3ea48#egg=cocotb
cocotb-test
cocotbext-axi
jinja2
commands =
2020-12-04 15:49:51 -08:00
pytest -n auto {posargs}
2020-12-04 15:30:48 -08:00
# pytest configuration
[pytest]
testpaths =
tb
addopts =
--ignore-glob=tb/test_*.py
--import-mode importlib