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

37 lines
576 B
INI
Raw Normal View History

2021-02-24 15:03:37 -08:00
# tox configuration
[tox]
2022-02-03 00:58:24 -08:00
envlist = py3
2021-02-24 15:03:37 -08:00
skipsdist = True
2022-02-03 00:58:24 -08:00
minversion = 3.2.0
requires = virtualenv >= 16.1
2021-02-24 15:03:37 -08:00
[gh-actions]
python =
2022-02-03 00:58:24 -08:00
3.9: py3
2021-02-24 15:03:37 -08:00
[testenv]
deps =
2022-10-12 23:57:47 -07:00
pytest == 7.1.3
pytest-xdist == 2.5.0
pytest-split == 0.8.0
cocotb == 1.7.0
cocotb-bus == 0.2.1
cocotb-test == 0.2.2
cocotbext-axi == 0.1.18
2022-08-03 00:42:29 -07:00
cocotbext-pcie == 0.2.10
2022-10-12 23:57:47 -07:00
jinja2 == 3.1.2
2021-02-24 15:03:37 -08:00
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