mirror of
https://github.com/fpganinja/taxi.git
synced 2025-12-07 16:28:40 -08:00
Add tox configuration
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
33
tox.ini
Normal file
33
tox.ini
Normal file
@@ -0,0 +1,33 @@
|
||||
# tox configuration
|
||||
[tox]
|
||||
envlist = py3
|
||||
skipsdist = True
|
||||
minversion = 3.2.0
|
||||
requires = virtualenv >= 16.1
|
||||
|
||||
[gh-actions]
|
||||
python =
|
||||
3.13: py3
|
||||
|
||||
[testenv]
|
||||
deps =
|
||||
pytest == 8.3.4
|
||||
pytest-xdist == 3.6.1
|
||||
pytest-split == 0.10.0
|
||||
cocotb == 1.9.2
|
||||
cocotb-bus == 0.2.1
|
||||
cocotb-test == 0.2.6
|
||||
cocotbext-axi == 0.1.24
|
||||
cocotbext-eth == 0.1.22
|
||||
cocotbext-pcie == 0.2.14
|
||||
cocotbext-uart == 0.1.2
|
||||
|
||||
commands =
|
||||
pytest {posargs:-n auto --verbose}
|
||||
|
||||
# pytest configuration
|
||||
[pytest]
|
||||
testpaths =
|
||||
tb
|
||||
addopts =
|
||||
--import-mode importlib
|
||||
Reference in New Issue
Block a user