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

37 lines
487 B
INI
Raw Normal View History

2020-12-28 01:12:08 -08:00
# tox configuration
[tox]
2021-12-27 16:52:17 -08:00
envlist = py3
2020-12-28 01:12:08 -08:00
skipsdist = True
2021-12-27 16:53:30 -08:00
minversion = 3.2.0
requires = virtualenv >= 16.1
2020-12-28 01:12:08 -08:00
[gh-actions]
python =
2021-12-27 16:52:17 -08:00
3.9: py3
2020-12-28 01:12:08 -08:00
[testenv]
deps =
pytest
pytest-xdist
pytest-split
2021-03-17 19:41:07 -07:00
cocotb
2020-12-28 01:12:08 -08:00
cocotb-test
cocotbext-axi
cocotbext-eth
scapy
jinja2
commands =
2020-12-28 20:19:46 -08:00
pytest -n auto {posargs}
2020-12-28 01:12:08 -08:00
# pytest configuration
[pytest]
testpaths =
tb
example
2021-09-13 13:02:17 -07:00
norecursedirs =
lib
2020-12-28 01:12:08 -08:00
addopts =
--ignore-glob=tb/test_*.py
--import-mode importlib