1
0
mirror of https://github.com/corundum/corundum.git synced 2025-02-06 08:38:23 +08:00
corundum/tox.ini
Alex Forencich 1e3dae4767 Update package versions
Signed-off-by: Alex Forencich <alex@alexforencich.com>
2022-09-07 19:41:50 -07:00

37 lines
576 B
INI

# tox configuration
[tox]
envlist = py3
skipsdist = True
minversion = 3.2.0
requires = virtualenv >= 16.1
[gh-actions]
python =
3.9: py3
[testenv]
deps =
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
cocotbext-pcie == 0.2.10
jinja2 == 3.1.2
commands =
pytest -n auto {posargs}
# pytest configuration
[pytest]
testpaths =
tb
example
norecursedirs =
lib
addopts =
--ignore-glob=tb/test_*.py
--import-mode importlib