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

32 lines
487 B
INI
Raw Normal View History

2021-05-18 16:03:37 -07:00
# tox configuration
[tox]
2022-03-30 16:03:34 -07:00
envlist = py3
2021-05-18 16:03:37 -07:00
skipsdist = True
2022-03-30 16:03:34 -07:00
minversion = 3.2.0
requires = virtualenv >= 16.1
2021-05-18 16:03:37 -07:00
[gh-actions]
python =
2022-03-30 16:03:34 -07:00
3.9: py3
2021-05-18 16:03:37 -07:00
[testenv]
deps =
2022-03-30 16:03:34 -07:00
pytest == 6.2.5
pytest-xdist == 2.4.0
pytest-split == 0.4.0
cocotb == 1.6.1
cocotb-test == 0.2.1
cocotbext-axi == 0.1.16
jinja2 == 3.0.3
2021-05-18 16:03:37 -07:00
commands =
pytest -n auto {posargs}
# pytest configuration
[pytest]
testpaths =
tb
addopts =
--ignore-glob=tb/test_*.py
--import-mode importlib