1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00
corundum/tox.ini

33 lines
522 B
INI
Raw Normal View History

2021-04-03 16:36:46 -07:00
# tox configuration
[tox]
2021-12-27 16:51:58 -08:00
envlist = py3
2021-04-03 16:36:46 -07:00
skipsdist = True
2021-12-27 16:53:40 -08:00
minversion = 3.2.0
requires = virtualenv >= 16.1
2021-04-03 16:36:46 -07:00
[gh-actions]
python =
3.10: py3
2021-04-03 16:36:46 -07:00
[testenv]
deps =
pytest == 7.2.1
pytest-xdist == 3.1.0
pytest-split == 0.8.0
cocotb == 1.7.2
cocotb-bus == 0.2.1
cocotb-test == 0.2.4
cocotbext-axi == 0.1.20
jinja2 == 3.1.2
2021-04-03 16:36:46 -07:00
commands =
pytest {posargs:-n auto --verbose}
2021-04-03 16:36:46 -07:00
# pytest configuration
[pytest]
testpaths =
tb
addopts =
--ignore-glob=tb/test_*.py
--import-mode importlib