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

38 lines
605 B
INI
Raw Normal View History

2021-02-24 15:03:24 -08:00
# tox configuration
[tox]
2022-02-03 00:57:55 -08:00
envlist = py3
2021-02-24 15:03:24 -08:00
skipsdist = True
2022-02-03 00:57:55 -08:00
minversion = 3.2.0
requires = virtualenv >= 16.1
2021-02-24 15:03:24 -08:00
[gh-actions]
python =
2023-01-29 21:03:02 -08:00
3.10: py3
2021-02-24 15:03:24 -08:00
[testenv]
deps =
2023-01-29 21:03:02 -08:00
pytest == 7.2.1
pytest-xdist == 3.1.0
2022-11-01 23:55:36 -07:00
pytest-split == 0.8.0
2023-01-29 21:03:02 -08:00
cocotb == 1.7.2
2022-11-01 23:55:36 -07:00
cocotb-bus == 0.2.1
2023-01-29 21:03:02 -08:00
cocotb-test == 0.2.4
cocotbext-axi == 0.1.20
2023-11-07 13:50:38 -08:00
cocotbext-eth == 0.1.22
2023-01-29 23:00:30 -08:00
scapy == 2.5.0
2022-11-01 23:55:36 -07:00
jinja2 == 3.1.2
2021-02-24 15:03:24 -08:00
commands =
2023-01-29 21:03:02 -08:00
pytest {posargs:-n auto --verbose}
2021-02-24 15:03:24 -08:00
# pytest configuration
[pytest]
testpaths =
tb
example
2021-10-13 16:41:04 -07:00
norecursedirs =
lib
2021-02-24 15:03:24 -08:00
addopts =
--ignore-glob=tb/test_*.py
--import-mode importlib